OnomaUI

ge motion

The motion for "recoil in disgust".

げっ1 motionOfficial

Sample

Recoil in disgust

React to bad news

Leans 22° from its bottom edge, holds, then straightens up.

Duration
0.5s
Repeats
No
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-ge {
  0% { transform: rotate(0deg); }
  35% { transform: rotate(22deg); }
  65% { transform: rotate(22deg); }
  100% { transform: rotate(0deg); }
}

.onoma-ge {
  animation: onoma-ge 0.5s ease-in-out both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions

Words for the same motion