OnomaUI

ki motion

The motion for "glare sharply".

きっ1 motionOfficial

Sample

Glare sharply

Stern or determined

Twists 12° and tightens for an instant, then clicks back.

Duration
0.2s
Repeats
No
Easing
ease-out
Animates
Rotation · Scale rotate scale
Show CSS
@keyframes onoma-ki {
  0% { transform: rotate(0deg) scale(1, 1); }
  20% { transform: rotate(12deg) scale(0.94, 0.94); }
  45% { transform: rotate(-3.6deg) scale(1.02, 1.02); }
  70% { transform: rotate(1.2deg) scale(1, 1); }
  100% { transform: rotate(0deg) scale(1, 1); }
}

.onoma-ki {
  animation: onoma-ki 0.2s ease-out both;
}

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

Compare with similar motions