OnomaUI

hiihii motion

The motion for "struggle and gasp".

ひいひい1 motionOfficial

Sample

Struggle and gasp

Under heavy load

Rattles 2% and 5° side to side, forever.

Duration
0.36s
Repeats
Yes
Easing
linear
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-hiihii {
  0% { transform: translate(0%, 0%) rotate(0deg); }
  25% { transform: translate(2%, 0%) rotate(-5deg); }
  50% { transform: translate(0%, 0%) rotate(0deg); }
  75% { transform: translate(-2%, 0%) rotate(5deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.onoma-hiihii {
  animation: onoma-hiihii 0.36s linear infinite both;
}

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

Compare with similar motions

Words for the same motion