OnomaUI

kuchakucha motion

The motion for "chew noisily".

くちゃくちゃ1 motionOfficial

Sample

Chew noisily

Chewing through work

Squishes 10% wide, then tall, back and forth, forever.

Duration
0.3s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-kuchakucha {
  0% { transform: scale(1.1, 0.9); }
  100% { transform: scale(0.9, 1.1); }
}

.onoma-kuchakucha {
  animation: onoma-kuchakucha 0.3s ease-in-out infinite alternate both;
}

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

Compare with similar motions