OnomaUI

kui motion

The motion for "quick flick or tilt".

くいっ1 motionOfficial

Sample

Quick flick or tilt

Gesture or prompt

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

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

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

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

Compare with similar motions

kuiQuick flick or tilt
pyokoHop in
pokiSnap and bend