Waddle unsteadily
Slow, heavy progressHops 4 steps (6% high) across 80%, repeating.
- Duration
- 2.6s
- Repeats
- Yes
- Easing
- linear
- Animates
- Position · Opacity translate opacity
Show CSS
@keyframes onoma-yotayota {
0% { transform: translate(-40%, 0%); opacity: 0; animation-timing-function: ease-out; }
12.5% { transform: translate(-30%, -6%); opacity: 1; animation-timing-function: ease-in; }
25% { transform: translate(-20%, 0%); opacity: 1; animation-timing-function: ease-out; }
37.5% { transform: translate(-10%, -6%); opacity: 1; animation-timing-function: ease-in; }
50% { transform: translate(0%, 0%); opacity: 1; animation-timing-function: ease-out; }
62.5% { transform: translate(10%, -6%); opacity: 1; animation-timing-function: ease-in; }
75% { transform: translate(20%, 0%); opacity: 1; animation-timing-function: ease-out; }
87.5% { transform: translate(30%, -6%); opacity: 1; animation-timing-function: ease-in; }
100% { transform: translate(40%, 0%); opacity: 0; }
}
.onoma-yotayota {
animation: onoma-yotayota 2.6s linear infinite both;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-yotayota { animation: none; }
}