OnomaUI

kyoro motion

The motion for "dart a quick glance".

きょろっ1 motionOfficial

Sample

Dart a quick glance

Noticing something

Wiggles 1 time(s), up to 10°, then settles.

Duration
0.4s
Repeats
No
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-kyoro {
  0% { transform: rotate(0deg); }
  33.33% { transform: rotate(10deg); }
  66.67% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

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

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

Compare with similar motions