OnomaUI

bochibochi motion

The motion for "little by little".

ぼちぼち1 motionOfficial

Sample

Little by little

Slow and steady progress

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

Duration
3.2s
Repeats
Yes
Easing
linear
Animates
Position · Opacity translate opacity
Show CSS
@keyframes onoma-bochibochi {
  0% { transform: translate(-30%, 0%); opacity: 0; animation-timing-function: ease-out; }
  12.5% { transform: translate(-22.5%, -4%); opacity: 1; animation-timing-function: ease-in; }
  25% { transform: translate(-15%, 0%); opacity: 1; animation-timing-function: ease-out; }
  37.5% { transform: translate(-7.5%, -4%); opacity: 1; animation-timing-function: ease-in; }
  50% { transform: translate(0%, 0%); opacity: 1; animation-timing-function: ease-out; }
  62.5% { transform: translate(7.5%, -4%); opacity: 1; animation-timing-function: ease-in; }
  75% { transform: translate(15%, 0%); opacity: 1; animation-timing-function: ease-out; }
  87.5% { transform: translate(22.5%, -4%); opacity: 1; animation-timing-function: ease-in; }
  100% { transform: translate(30%, 0%); opacity: 0; }
}

.onoma-bochibochi {
  animation: onoma-bochibochi 3.2s linear infinite both;
}

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

Compare with similar motions