OnomaUI

pachapacha motion

The motion for "splash about".

ぱちゃぱちゃ1 motionOfficial

Sample

Splash about

Playful idle

Bounces 10% high, squashing 25% on each landing, forever.

Duration
0.36s
Repeats
Yes
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-pachapacha {
  0% { transform: translate(0%, 0%) scale(1.25, 0.75); animation-timing-function: cubic-bezier(.3,.7,.5,1); }
  50% { transform: translate(0%, -10%) scale(0.92, 1.08); animation-timing-function: cubic-bezier(.5,0,.7,.3); }
  100% { transform: translate(0%, 0%) scale(1.25, 0.75); }
}

.onoma-pachapacha {
  animation: onoma-pachapacha 0.36s ease-in-out infinite both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions