OnomaUI

korikori motion

The motion for "crunchy and chewy".

こりこり1 motionOfficial

Sample

Crunchy and chewy

Tactile feedback

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

Duration
0.34s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-korikori {
  0% { transform: scale(1.08, 0.92); }
  100% { transform: scale(0.92, 1.08); }
}

.onoma-korikori {
  animation: onoma-korikori 0.34s ease-in-out infinite alternate both;
}

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

Compare with similar motions