Eyes darting around
Scanning / searchingGlides 25% each way, smoothly, forever.
- Duration
- 1.2s
- Repeats
- Yes
- Easing
- ease-in-out
- Animates
- Position translate
Show CSS
@keyframes onoma-gyorogyoro {
0% { transform: translate(-25%, 0%); }
100% { transform: translate(25%, 0%); }
}
.onoma-gyorogyoro {
animation: onoma-gyorogyoro 1.2s ease-in-out infinite alternate both;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-gyorogyoro { animation: none; }
}