OnomaUI

ussura motion

The motion for "faintly appear".

うっすら1 motionOfficial

Sample

Faintly appear

Quietly reveal a hint

Slowly appears from nothing over 1.6s.

Duration
1.6s
Repeats
No
Easing
ease-out
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-ussura {
  0% { transform: scale(0.98, 0.98); opacity: 0; }
  100% { transform: scale(1, 1); opacity: 1; }
}

.onoma-ussura {
  animation: onoma-ussura 1.6s ease-out both;
}

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

Compare with similar motions