OnomaUI

shuwashuwa motion

The motion for "fizz and bubble".

しゅわしゅわ1 motionOfficial

Sample

Fizz and bubble

Bubbly loading

Forms small, rises 70%, swells and pops, forever.

Duration
1s
Repeats
Yes
Easing
ease-out
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-shuwashuwa {
  0% { transform: translate(0%, 0%) scale(0.6, 0.6); opacity: 0; }
  15% { transform: translate(0%, -13.12%) scale(0.67, 0.67); opacity: 1; }
  80% { transform: translate(0%, -70%) scale(1, 1); opacity: 1; }
  90% { transform: translate(0%, -70%) scale(1.18, 1.18); opacity: 0; }
  100% { transform: translate(0%, -70%) scale(1.18, 1.18); opacity: 0; }
}

.onoma-shuwashuwa {
  animation: onoma-shuwashuwa 1s ease-out infinite both;
}

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

Compare with similar motions