OnomaUI

zakuzaku motion

The motion for "crunch and chop".

ざくざく1 motionOfficial

Sample

Crunch and chop

Brisk, steady processing

Bounces 15% high, squashing 22% on each landing, forever.

Duration
0.6s
Repeats
Yes
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-zakuzaku {
  0% { transform: translate(0%, 0%) scale(1.22, 0.78); animation-timing-function: cubic-bezier(.3,.7,.5,1); }
  50% { transform: translate(0%, -15%) scale(0.93, 1.07); animation-timing-function: cubic-bezier(.5,0,.7,.3); }
  100% { transform: translate(0%, 0%) scale(1.22, 0.78); }
}

.onoma-zakuzaku {
  animation: onoma-zakuzaku 0.6s ease-in-out infinite both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions