OnomaUI

kusha motion

The motion for "crumple into a ball".

くしゃっ1 motionOfficial

Sample

Crumple into a ball

Delete or discard

Puffs to 104%, then shrinks to a point and disappears.

Duration
0.4s
Repeats
No
Easing
ease-in
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-kusha {
  0% { transform: scale(1, 1); opacity: 1; }
  25% { transform: scale(1.04, 1.04); opacity: 1; }
  100% { transform: scale(0, 0); opacity: 0; }
}

.onoma-kusha {
  animation: onoma-kusha 0.4s ease-in both;
}

/* Reduced motion: only fade out */
@keyframes onoma-kusha-fade { from { opacity: 1; } to { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .onoma-kusha { animation: onoma-kusha-fade 0.2s ease-out both; }
}

Compare with similar motions