OnomaUI

pukuu motion

The motion for "puff out cheeks".

ぷくーっ1 motionOfficial

Sample

Puff out cheeks

Pouting reaction

Swells softly to 124% and back.

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

.onoma-pukuu {
  animation: onoma-pukuu 1.2s ease-in-out both;
}

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

Compare with similar motions