OnomaUI

sururi motion

The motion for "slip smoothly through".

するり1 motionOfficial

Sample

Slip smoothly through

Slip into a new order

Slides in from 150% to the left and stops.

Duration
0.8s
Repeats
No
Easing
cubic-bezier(.2,.8,.2,1)
Animates
Position · Opacity translate opacity
Show CSS
@keyframes onoma-sururi {
  0% { transform: translate(-150%, 0%); opacity: 0; }
  40% { transform: translate(-90%, 0%); opacity: 1; }
  100% { transform: translate(0%, 0%); opacity: 1; }
}

.onoma-sururi {
  animation: onoma-sururi 0.8s cubic-bezier(.2,.8,.2,1) both;
}

/* Reduced motion: only fade in */
@keyframes onoma-sururi-fade { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .onoma-sururi { animation: onoma-sururi-fade 0.2s ease-out both; }
}

Compare with similar motions