Bob along
Character walkingHops 5 steps (12% high) across 90%, repeating.
- Duration
- 1.6s
- Repeats
- Yes
- Easing
- linear
- Animates
- Position · Opacity translate opacity
Show CSS
@keyframes onoma-hyokohyoko {
0% { transform: translate(-45%, 0%); opacity: 0; animation-timing-function: ease-out; }
10% { transform: translate(-36%, -12%); opacity: 1; animation-timing-function: ease-in; }
20% { transform: translate(-27%, 0%); opacity: 1; animation-timing-function: ease-out; }
30% { transform: translate(-18%, -12%); opacity: 1; animation-timing-function: ease-in; }
40% { transform: translate(-9%, 0%); opacity: 1; animation-timing-function: ease-out; }
50% { transform: translate(0%, -12%); opacity: 1; animation-timing-function: ease-in; }
60% { transform: translate(9%, 0%); opacity: 1; animation-timing-function: ease-out; }
70% { transform: translate(18%, -12%); opacity: 1; animation-timing-function: ease-in; }
80% { transform: translate(27%, 0%); opacity: 1; animation-timing-function: ease-out; }
90% { transform: translate(36%, -12%); opacity: 1; animation-timing-function: ease-in; }
100% { transform: translate(45%, 0%); opacity: 0; }
}
.onoma-hyokohyoko {
animation: onoma-hyokohyoko 1.6s linear infinite both;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-hyokohyoko { animation: none; }
}