OnomaUI

yochiyochi motion

The motion for "toddle along".

よちよち1 motionOfficial

Sample

Toddle along

First steps / onboarding

Hops 8 steps (8% high) across 60%, repeating.

Duration
2s
Repeats
Yes
Easing
linear
Animates
Position · Opacity translate opacity
Show CSS
@keyframes onoma-yochiyochi {
  0% { transform: translate(-30%, 0%); opacity: 0; animation-timing-function: ease-out; }
  6.25% { transform: translate(-26.25%, -8%); opacity: 1; animation-timing-function: ease-in; }
  12.5% { transform: translate(-22.5%, 0%); opacity: 1; animation-timing-function: ease-out; }
  18.75% { transform: translate(-18.75%, -8%); opacity: 1; animation-timing-function: ease-in; }
  25% { transform: translate(-15%, 0%); opacity: 1; animation-timing-function: ease-out; }
  31.25% { transform: translate(-11.25%, -8%); opacity: 1; animation-timing-function: ease-in; }
  37.5% { transform: translate(-7.5%, 0%); opacity: 1; animation-timing-function: ease-out; }
  43.75% { transform: translate(-3.75%, -8%); opacity: 1; animation-timing-function: ease-in; }
  50% { transform: translate(0%, 0%); opacity: 1; animation-timing-function: ease-out; }
  56.25% { transform: translate(3.75%, -8%); opacity: 1; animation-timing-function: ease-in; }
  62.5% { transform: translate(7.5%, 0%); opacity: 1; animation-timing-function: ease-out; }
  68.75% { transform: translate(11.25%, -8%); opacity: 1; animation-timing-function: ease-in; }
  75% { transform: translate(15%, 0%); opacity: 1; animation-timing-function: ease-out; }
  81.25% { transform: translate(18.75%, -8%); opacity: 1; animation-timing-function: ease-in; }
  87.5% { transform: translate(22.5%, 0%); opacity: 1; animation-timing-function: ease-out; }
  93.75% { transform: translate(26.25%, -8%); opacity: 1; animation-timing-function: ease-in; }
  100% { transform: translate(30%, 0%); opacity: 0; }
}

.onoma-yochiyochi {
  animation: onoma-yochiyochi 2s linear infinite both;
}

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

Compare with similar motions