OnomaUI

donyori motion

The motion for "dull and overcast".

どんより1 motionOfficial

Sample

Dull and overcast

Low mood

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

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

.onoma-donyori {
  animation: onoma-donyori 3.6s ease-in-out infinite alternate both;
}

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

Compare with similar motions