OnomaUI

girori motion

The motion for "glare sharply".

ぎろり1 motionOfficial

Sample

Glare sharply

Warning glare

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

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

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

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

Compare with similar motions

Words for the same motion