OnomaUI

tokun motion

The motion for "one soft heartbeat".

とくん1 motionOfficial

Sample

One soft heartbeat

Affection, a crush

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

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

.onoma-tokun {
  animation: onoma-tokun 0.8s ease-out both;
}

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

Compare with similar motions