OnomaUI

zowazowa motion

The motion for "creepy-crawly feeling".

ぞわぞわ1 motionOfficial

Sample

Creepy-crawly feeling

Eerie atmosphere

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-zowazowa {
  0% { transform: rotate(4deg) skewY(-12deg); }
  100% { transform: rotate(-4deg) skewY(12deg); }
}

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

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

Compare with similar motions