OnomaUI

doka motion

The motion for "plonk down heavily".

どかっ1 motionOfficial

Sample

Plonk down heavily

A heavy press reaction

Squashes 40% as if pressed from above, then bounces back.

Duration
0.36s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-doka {
  0% { transform: scale(1, 1); }
  30% { transform: scale(1.24, 0.6); }
  60% { transform: scale(0.94, 1.08); }
  82% { transform: scale(1.02, 0.98); }
  100% { transform: scale(1, 1); }
}

.onoma-doka {
  animation: onoma-doka 0.36s ease-in-out both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions