OnomaUI

jiwa motion

The motion for "seep out".

じわっ1 motionOfficial

Sample

Seep out

Show something quietly

Slowly appears from nothing over 1.4s.

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

.onoma-jiwa {
  animation: onoma-jiwa 1.4s ease-out both;
}

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

Compare with similar motions

Words for the same motion