OnomaUI

jimejime motion

The motion for "damp and gloomy".

じめじめ1 motionOfficial

Sample

Damp and gloomy

Dreary, gloomy mood

Slowly grows 3% while fading a little, then returns, forever.

Duration
3.5s
Repeats
Yes
Easing
ease-in-out
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-jimejime {
  0% { transform: scale(1, 1); opacity: 1; }
  100% { transform: scale(1.03, 1.03); opacity: 0.5; }
}

.onoma-jimejime {
  animation: onoma-jimejime 3.5s ease-in-out infinite alternate both;
}

/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
  .onoma-jimejime { animation: none; }
}

Compare with similar motions