OnomaUI

zukin motion

The motion for "a pang in the heart".

ずきん1 motionOfficial

Sample

A pang in the heart

Sad news

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

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

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

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

Compare with similar motions