OnomaUI

puyopuyo motion

The motion for "jiggle flabbily".

ぷよぷよ1 motionOfficial

Sample

Jiggle flabbily

Laid-back character

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

Duration
0.9s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-puyopuyo {
  0% { transform: scale(1.16, 0.84); }
  100% { transform: scale(0.84, 1.16); }
}

.onoma-puyopuyo {
  animation: onoma-puyopuyo 0.9s ease-in-out infinite alternate both;
}

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

Compare with similar motions