OnomaUI

yuru motion

The motion for "loosen up at once".

ゆるっ1 motionOfficial

Sample

Loosen up at once

Ease off tension

Sinks 15% heavily, stays a while, then rises back.

Duration
0.94s
Repeats
No
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-yuru {
  0% { transform: translate(0%, 0%) scale(1, 1); animation-timing-function: ease-out; }
  35% { transform: translate(0%, 15%) scale(1.04, 0.9); }
  75% { transform: translate(0%, 15%) scale(1.04, 0.9); }
  100% { transform: translate(0%, 0%) scale(1, 1); }
}

.onoma-yuru {
  animation: onoma-yuru 0.94s ease-in-out both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions