OnomaUI

sukesuke motion

The motion for "see-through".

すけすけ1 motionOfficial

Sample

See-through

Translucent overlay

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

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

.onoma-sukesuke {
  animation: onoma-sukesuke 2.4s ease-in-out infinite alternate both;
}

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

Compare with similar motions