OnomaUI

sakkuri motion

The motion for "crumble lightly".

さっくり1 motionOfficial

Sample

Crumble lightly

Soft, crisp press

Shrinks by 10% on press, overshoots by 3%, then settles.

Duration
0.4s
Repeats
No
Easing
ease-out
Animates
Scale scale
Show CSS
@keyframes onoma-sakkuri {
  0% { transform: scale(1, 1); }
  35% { transform: scale(0.9, 0.9); animation-timing-function: ease-out; }
  70% { transform: scale(1.03, 1.03); animation-timing-function: ease-in-out; }
  100% { transform: scale(1, 1); }
}

.onoma-sakkuri {
  animation: onoma-sakkuri 0.4s ease-out both;
}

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

Compare with similar motions

Words for the same motion