OnomaUI

zukizuki motion

The motion for "throbbing pain".

ずきずき1 motionOfficial

Sample

Throbbing pain

Flag an ongoing problem

Swells to 116% and back in a steady rhythm, forever.

Duration
0.7s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-zukizuki {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.16, 1.16); }
  100% { transform: scale(1, 1); }
}

.onoma-zukizuki {
  animation: onoma-zukizuki 0.7s ease-in-out infinite both;
}

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

Compare with similar motions