OnomaUI

ehehe motion

The motion for "laugh bashfully".

えへへ1 motionOfficial

Sample

Laugh bashfully

A shy character

Rocks 5° each way on its bottom edge, forever.

Duration
0.9s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-ehehe {
  0% { transform: rotate(-5deg); }
  100% { transform: rotate(5deg); }
}

.onoma-ehehe {
  animation: onoma-ehehe 0.9s ease-in-out infinite alternate both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions