OnomaUI

buku motion

The motion for "puff up".

ぶくっ1 motionOfficial

Sample

Puff up

Count goes up

Swells softly to 120% and back.

Duration
0.8s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-buku {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.2, 1.2); }
  100% { transform: scale(1, 1); }
}

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

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

Compare with similar motions