OnomaUI

yuruyuru motion

The motion for "loose and slack".

ゆるゆる1 motionOfficial

Sample

Loose and slack

A laid-back mood

Droops 14% downward from its top, slowly, and back.

Duration
2.4s
Repeats
Yes
Easing
ease-in-out
Animates
Skew · Scale skewY scale
Show CSS
@keyframes onoma-yuruyuru {
  0% { transform: skewY(0deg) scale(1, 1); }
  100% { transform: skewY(4deg) scale(0.96, 1.14); }
}

.onoma-yuruyuru {
  animation: onoma-yuruyuru 2.4s ease-in-out infinite alternate both;
  transform-origin: 50% 0%;
}

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

Compare with similar motions