OnomaUI

nyurunyuru motion

The motion for "slimy wriggling".

にゅるにゅる1 motionOfficial

Sample

Slimy wriggling

Squishy character motion

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

Duration
0.6s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation · Skew rotate skewY
Show CSS
@keyframes onoma-nyurunyuru {
  0% { transform: rotate(4deg) skewY(-14deg); }
  100% { transform: rotate(-4deg) skewY(14deg); }
}

.onoma-nyurunyuru {
  animation: onoma-nyurunyuru 0.6s ease-in-out infinite alternate both;
}

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

Compare with similar motions