OnomaUI

haahaa motion

The motion for "pant heavily".

はあはあ1 motionOfficial

Sample

Pant heavily

Show hard effort

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

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

.onoma-haahaa {
  animation: onoma-haahaa 0.8s ease-in-out infinite alternate both;
}

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

Compare with similar motions

Words for the same motion