OnomaUI

gira motion

The motion for "glint sharply".

ぎらっ1 motionOfficial

Sample

Glint sharply

Flag a key change

Flashes out to 128% for an instant, then returns.

Duration
0.4s
Repeats
No
Easing
ease-out
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-gira {
  0% { transform: scale(1, 1); opacity: 1; }
  20% { transform: scale(1.28, 1.28); opacity: 0.35; }
  50% { transform: scale(1, 1); opacity: 1; }
  100% { transform: scale(1, 1); opacity: 1; }
}

.onoma-gira {
  animation: onoma-gira 0.4s ease-out both;
}

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

Compare with similar motions

Words for the same motion