Hurry along happily
Head to the next screenHops 5 steps (14% high) across 100%, repeating.
- Duration
- 1.2s
- Repeats
- Yes
- Easing
- linear
- Animates
- Position · Opacity translate opacity
Show CSS
@keyframes onoma-isoiso {
0% { transform: translate(-50%, 0%); opacity: 0; animation-timing-function: ease-out; }
10% { transform: translate(-40%, -14%); opacity: 1; animation-timing-function: ease-in; }
20% { transform: translate(-30%, 0%); opacity: 1; animation-timing-function: ease-out; }
30% { transform: translate(-20%, -14%); opacity: 1; animation-timing-function: ease-in; }
40% { transform: translate(-10%, 0%); opacity: 1; animation-timing-function: ease-out; }
50% { transform: translate(0%, -14%); opacity: 1; animation-timing-function: ease-in; }
60% { transform: translate(10%, 0%); opacity: 1; animation-timing-function: ease-out; }
70% { transform: translate(20%, -14%); opacity: 1; animation-timing-function: ease-in; }
80% { transform: translate(30%, 0%); opacity: 1; animation-timing-function: ease-out; }
90% { transform: translate(40%, -14%); opacity: 1; animation-timing-function: ease-in; }
100% { transform: translate(50%, 0%); opacity: 0; }
}
.onoma-isoiso {
animation: onoma-isoiso 1.2s linear infinite both;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-isoiso { animation: none; }
}