OnomaUI

herohero motion

The motion for "weak and wobbly".

へろへろ1 motionOfficial

Sample

Weak and wobbly

Out of energy

Staggers 20% side to side, tipping on its base, forever.

Duration
3s
Repeats
Yes
Easing
ease-in-out
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-herohero {
  0% { transform: translate(-20%, 0%) rotate(-18deg); }
  30% { transform: translate(8%, 0%) rotate(14.4deg); }
  50% { transform: translate(-6%, 0%) rotate(-9deg); }
  80% { transform: translate(20%, 0%) rotate(18deg); }
  100% { transform: translate(-20%, 0%) rotate(-18deg); }
}

.onoma-herohero {
  animation: onoma-herohero 3s ease-in-out infinite both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions