OnomaUI

kutari motion

The motion for "slump over softly".

くたり1 motionOfficial

Sample

Slump over softly

Sleep or pause

Leans 30° from its bottom edge, holds, then straightens up.

Duration
1.6s
Repeats
No
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-kutari {
  0% { transform: rotate(0deg); }
  35% { transform: rotate(30deg); }
  65% { transform: rotate(30deg); }
  100% { transform: rotate(0deg); }
}

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

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

Compare with similar motions