OnomaUI

katakoto motion

The motion for "rattle along lightly".

かたこと1 motionOfficial

Sample

Rattle along lightly

In transit / in progress

Hops 6 steps (6% high) across 100%, repeating.

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

.onoma-katakoto {
  animation: onoma-katakoto 1.6s linear infinite both;
}

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

Compare with similar motions