OnomaUI

runrun motion

The motion for "skip along in high spirits".

るんるん1 motionOfficial

Sample

Skip along in high spirits

Share happy news

Hops 4 steps (24% high) across 100%, repeating.

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

.onoma-runrun {
  animation: onoma-runrun 1.4s linear infinite both;
}

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

Compare with similar motions