OnomaUI

muku motion

The motion for "sit up suddenly".

むくっ1 motionOfficial

Sample

Sit up suddenly

Wake from sleep

Stretches 30% upward from its base and springs back.

Duration
0.5s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-muku {
  0% { transform: scale(1, 1); }
  40% { transform: scale(0.9, 1.3); }
  70% { transform: scale(1.03, 0.94); }
  88% { transform: scale(1, 1.02); }
  100% { transform: scale(1, 1); }
}

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

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

Compare with similar motions