OnomaUI

kura motion

The motion for "feel faint for a moment".

くらっ1 motionOfficial

Sample

Feel faint for a moment

Stunned or smitten

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

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

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

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

Compare with similar motions

Words for the same motion