OnomaUI

iyaiya motion

The motion for "shake the head, refusing".

いやいや1 motionOfficial

Sample

Shake the head, refusing

Reject an action

Wiggles 3 time(s), up to 16°, then settles.

Duration
0.7s
Repeats
No
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-iyaiya {
  0% { transform: rotate(0deg); }
  14.29% { transform: rotate(16deg); }
  28.57% { transform: rotate(-13.33deg); }
  42.86% { transform: rotate(10.67deg); }
  57.14% { transform: rotate(-8deg); }
  71.43% { transform: rotate(5.33deg); }
  85.71% { transform: rotate(-2.67deg); }
  100% { transform: rotate(0deg); }
}

.onoma-iyaiya {
  animation: onoma-iyaiya 0.7s ease-in-out both;
}

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

Compare with similar motions