OnomaUI

kushakusha motion

The motion for "all crumpled up".

くしゃくしゃ1 motionOfficial

Sample

All crumpled up

Draft or redo

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

Duration
0.5s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-kushakusha {
  0% { transform: scale(1.16, 0.84); }
  100% { transform: scale(0.84, 1.16); }
}

.onoma-kushakusha {
  animation: onoma-kushakusha 0.5s ease-in-out infinite alternate both;
}

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

Compare with similar motions