OnomaUI

gata motion

The motion for "jolt once".

がたっ1 motionOfficial

Sample

Jolt once

Sign of a sudden move

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

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

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

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

Compare with similar motions

Words for the same motion