OnomaUI

guuguu motion

The motion for "snore away".

ぐうぐう1 motionOfficial

Sample

Snore away

Sleep / paused

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

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

.onoma-guuguu {
  animation: onoma-guuguu 2.2s ease-in-out infinite alternate both;
}

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

Compare with similar motions