OnomaUI

gaagaa motion

The motion for "squawk noisily".

がーがー1 motionOfficial

Sample

Squawk noisily

Nagging alert

Rattles 8% and 4° side to side, forever.

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

.onoma-gaagaa {
  animation: onoma-gaagaa 0.5s linear infinite both;
}

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

Compare with similar motions

Words for the same motion