OnomaUI

kibikibi motion

The motion for "move briskly".

きびきび1 motionOfficial

Sample

Move briskly

Busy working

Hops 6 steps (12% high) across 120%, repeating.

Duration
0.9s
Repeats
Yes
Easing
linear
Animates
Position · Opacity translate opacity
Show CSS
@keyframes onoma-kibikibi {
  0% { transform: translate(-60%, 0%); opacity: 0; animation-timing-function: ease-out; }
  8.33% { transform: translate(-50%, -12%); opacity: 1; animation-timing-function: ease-in; }
  16.67% { transform: translate(-40%, 0%); opacity: 1; animation-timing-function: ease-out; }
  25% { transform: translate(-30%, -12%); opacity: 1; animation-timing-function: ease-in; }
  33.33% { transform: translate(-20%, 0%); opacity: 1; animation-timing-function: ease-out; }
  41.67% { transform: translate(-10%, -12%); opacity: 1; animation-timing-function: ease-in; }
  50% { transform: translate(0%, 0%); opacity: 1; animation-timing-function: ease-out; }
  58.33% { transform: translate(10%, -12%); opacity: 1; animation-timing-function: ease-in; }
  66.67% { transform: translate(20%, 0%); opacity: 1; animation-timing-function: ease-out; }
  75% { transform: translate(30%, -12%); opacity: 1; animation-timing-function: ease-in; }
  83.33% { transform: translate(40%, 0%); opacity: 1; animation-timing-function: ease-out; }
  91.67% { transform: translate(50%, -12%); opacity: 1; animation-timing-function: ease-in; }
  100% { transform: translate(60%, 0%); opacity: 0; }
}

.onoma-kibikibi {
  animation: onoma-kibikibi 0.9s linear infinite both;
}

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

Compare with similar motions