OnomaUI

kyapikyapi motion

The motion for "bubbly and giddy".

きゃぴきゃぴ1 motionOfficial

Sample

Bubbly and giddy

Peppy character

Wiggles 4 time(s), up to 10°, then settles.

Duration
0.5s
Repeats
No
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-kyapikyapi {
  0% { transform: rotate(0deg); }
  11.11% { transform: rotate(10deg); }
  22.22% { transform: rotate(-8.75deg); }
  33.33% { transform: rotate(7.5deg); }
  44.44% { transform: rotate(-6.25deg); }
  55.56% { transform: rotate(5deg); }
  66.67% { transform: rotate(-3.75deg); }
  77.78% { transform: rotate(2.5deg); }
  88.89% { transform: rotate(-1.25deg); }
  100% { transform: rotate(0deg); }
}

.onoma-kyapikyapi {
  animation: onoma-kyapikyapi 0.5s ease-in-out both;
}

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

Compare with similar motions