OnomaUI

shiin motion

The motion for "dead silence".

しーん1 motionOfficial

Sample

Dead silence

Empty state

Slowly grows 1% while fading a little, then returns, forever.

Duration
4s
Repeats
Yes
Easing
ease-in-out
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-shiin {
  0% { transform: scale(1, 1); opacity: 1; }
  100% { transform: scale(1.01, 1.01); opacity: 0.8; }
}

.onoma-shiin {
  animation: onoma-shiin 4s ease-in-out infinite alternate both;
}

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

Compare with similar motions

Words for the same motion