OnomaUI

pokipoki motion

The motion for "crack knuckles".

ぽきぽき1 motionOfficial

Sample

Crack knuckles

Warming up

Rattles 1% and 8° side to side, forever.

Duration
0.4s
Repeats
Yes
Easing
linear
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-pokipoki {
  0% { transform: translate(0%, 0%) rotate(0deg); }
  25% { transform: translate(1%, 0%) rotate(-8deg); }
  50% { transform: translate(0%, 0%) rotate(0deg); }
  75% { transform: translate(-1%, 0%) rotate(8deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.onoma-pokipoki {
  animation: onoma-pokipoki 0.4s linear infinite both;
}

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

Compare with similar motions