OnomaUI

uru motion

The motion for "tear up for a moment".

うるっ1 motionOfficial

Sample

Tear up for a moment

A touching moment

Swells softly to 108% and back.

Duration
0.8s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-uru {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.08, 1.08); }
  100% { transform: scale(1, 1); }
}

.onoma-uru {
  animation: onoma-uru 0.8s ease-in-out both;
}

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

Compare with similar motions