OnomaUI

pichipichi motion

The motion for "flop about lively".

ぴちぴち1 motionOfficial

Sample

Flop about lively

Lively character

Bends 14° each way, wriggling side to side, forever.

Duration
0.3s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation · Skew rotate skewY
Show CSS
@keyframes onoma-pichipichi {
  0% { transform: rotate(8deg) skewY(-14deg); }
  100% { transform: rotate(-8deg) skewY(14deg); }
}

.onoma-pichipichi {
  animation: onoma-pichipichi 0.3s ease-in-out infinite alternate both;
}

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

Compare with similar motions