OnomaUI

zuruzuru motion

The motion for "drag along".

ずるずる1 motionOfficial

Sample

Drag along

Drawn-out wait

Glides 30% each way, smoothly, forever.

Duration
2.6s
Repeats
Yes
Easing
ease-in-out
Animates
Position translate
Show CSS
@keyframes onoma-zuruzuru {
  0% { transform: translate(-30%, 0%); }
  100% { transform: translate(30%, 0%); }
}

.onoma-zuruzuru {
  animation: onoma-zuruzuru 2.6s ease-in-out infinite alternate both;
}

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

Compare with similar motions