OnomaUI

uraura motion

The motion for "mild spring sunshine".

うらうら1 motionOfficial

Sample

Mild spring sunshine

A calm backdrop

Slowly grows 4% 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-uraura {
  0% { transform: scale(1, 1); opacity: 1; }
  100% { transform: scale(1.04, 1.04); opacity: 0.9; }
}

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

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

Compare with similar motions