OnomaUI

fuufuu motion

The motion for "blow to cool it down".

ふうふう1 motionOfficial

Sample

Blow to cool it down

Something hot

Slowly grows 6% while fading a little, then returns, forever.

Duration
1.1s
Repeats
Yes
Easing
ease-in-out
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-fuufuu {
  0% { transform: scale(1, 1); opacity: 1; }
  100% { transform: scale(1.06, 1.06); opacity: 0.65; }
}

.onoma-fuufuu {
  animation: onoma-fuufuu 1.1s ease-in-out infinite alternate both;
}

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

Compare with similar motions

Words for the same motion