OnomaUI

kutakuta motion

The motion for "worn out and limp".

くたくた1 motionOfficial

Sample

Worn out and limp

Tired or low battery

Droops 30% 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-kutakuta {
  0% { transform: skewY(0deg) scale(1, 1); }
  100% { transform: skewY(4deg) scale(0.93, 1.3); }
}

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

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

Compare with similar motions