OnomaUI

kirari motion

The motion for "gleam smoothly".

きらり1 motionOfficial

Sample

Gleam smoothly

Highlight a pick

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

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

.onoma-kirari {
  animation: onoma-kirari 0.8s ease-out both;
}

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

Compare with similar motions