OnomaUI

dokun motion

The motion for "one heavy heartbeat".

どくん1 motionOfficial

Sample

One heavy heartbeat

A shock or foreboding

Beats up to 136%, beats once more smaller, then settles.

Duration
1.1s
Repeats
No
Easing
ease-out
Animates
Scale scale
Show CSS
@keyframes onoma-dokun {
  0% { transform: scale(1, 1); }
  20% { transform: scale(1.36, 1.36); }
  40% { transform: scale(0.93, 0.93); }
  60% { transform: scale(1.14, 1.14); }
  100% { transform: scale(1, 1); }
}

.onoma-dokun {
  animation: onoma-dokun 1.1s ease-out both;
}

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

Compare with similar motions