OnomaUI

nayonayo motion

The motion for "limp and frail".

なよなよ1 motionOfficial

Sample

Limp and frail

Look weak or unsure

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

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

.onoma-nayonayo {
  animation: onoma-nayonayo 1.8s ease-in-out infinite alternate both;
}

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

Compare with similar motions