OnomaUI

boo motion

The motion for "space out".

ぼーっ1 motionOfficial

Sample

Space out

Idle / standby

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

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

.onoma-boo {
  animation: onoma-boo 3.5s ease-in-out infinite alternate both;
}

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

Compare with similar motions

Words for the same motion