OnomaUI

bakubaku motion

The motion for "heart pounding hard".

ばくばく1 motionOfficial

Sample

Heart pounding hard

Nerves or panic

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

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

.onoma-bakubaku {
  animation: onoma-bakubaku 0.46s ease-in-out infinite both;
}

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

Compare with similar motions