OnomaUI

mozomozo motion

The motion for "squirm".

もぞもぞ1 motionOfficial

Sample

Squirm

About to wake

Bends 12° each way, wriggling side to side, forever.

Duration
1s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation · Skew rotate skewY
Show CSS
@keyframes onoma-mozomozo {
  0% { transform: rotate(3deg) skewY(-12deg); }
  100% { transform: rotate(-3deg) skewY(12deg); }
}

.onoma-mozomozo {
  animation: onoma-mozomozo 1s ease-in-out infinite alternate both;
}

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

Compare with similar motions