OnomaUI

herahera motion

The motion for "laugh idly".

へらへら1 motionOfficial

Sample

Laugh idly

Carefree character

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-herahera {
  0% { transform: rotate(5deg) skewY(-6deg); }
  100% { transform: rotate(-5deg) skewY(6deg); }
}

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

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

Compare with similar motions