OnomaUI

surari motion

The motion for "tall and graceful".

すらり1 motionOfficial

Sample

Tall and graceful

Graceful entrance

Rises 24% from below at 96% scale while fading in.

Duration
1s
Repeats
No
Easing
cubic-bezier(.2,.8,.2,1)
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-surari {
  0% { transform: translate(0%, 24%) scale(0.96, 0.96); opacity: 0; }
  100% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
}

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

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

Compare with similar motions