OnomaUI

dan motion

The motion for "stamp down hard".

だん1 motionOfficial

Sample

Stamp down hard

A decisive button press

Shrinks by 24% on press, overshoots by 4%, then settles.

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

.onoma-dan {
  animation: onoma-dan 0.46s ease-out both;
}

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

Compare with similar motions