OnomaUI

sarasara motion

The motion for "flow smoothly".

さらさら1 motionOfficial

Sample

Flow smoothly

Flowing background

Glides 20% each way, smoothly, forever.

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

.onoma-sarasara {
  animation: onoma-sarasara 1.4s ease-in-out infinite alternate both;
}

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

Compare with similar motions