OnomaUI

giragira motion

The motion for "glare intensely".

ぎらぎら1 motionOfficial

Sample

Glare intensely

Grab strong attention

Dims and shrinks 32%, then shines again, forever.

Duration
0.9s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation · Scale · Opacity rotate scale opacity
Show CSS
@keyframes onoma-giragira {
  0% { transform: rotate(0deg) scale(1, 1); opacity: 1; }
  50% { transform: rotate(20deg) scale(0.68, 0.68); opacity: 0.52; }
  100% { transform: rotate(0deg) scale(1, 1); opacity: 1; }
}

.onoma-giragira {
  animation: onoma-giragira 0.9s ease-in-out infinite both;
}

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

Compare with similar motions

Words for the same motion