OnomaUI

gosogoso motion

The motion for "fidget and rustle".

ごそごそ1 motionOfficial

Sample

Fidget and rustle

Working behind the scenes

Bends 6° each way, wriggling side to side, forever.

Duration
0.9s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation · Skew rotate skewY
Show CSS
@keyframes onoma-gosogoso {
  0% { transform: rotate(4deg) skewY(-6deg); }
  100% { transform: rotate(-4deg) skewY(6deg); }
}

.onoma-gosogoso {
  animation: onoma-gosogoso 0.9s ease-in-out infinite alternate both;
}

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

Compare with similar motions