OnomaUI

bichabicha motion

The motion for "sloppy and soggy".

びちゃびちゃ1 motionOfficial

Sample

Sloppy and soggy

Mud or puddles

Squishes 22% wide, then tall, back and forth, forever.

Duration
0.5s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-bichabicha {
  0% { transform: scale(1.22, 0.78); }
  100% { transform: scale(0.78, 1.22); }
}

.onoma-bichabicha {
  animation: onoma-bichabicha 0.5s ease-in-out infinite alternate both;
}

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

Compare with similar motions