OnomaUI

pari motion

The motion for "crack crisply".

ぱりっ1 motionOfficial

Sample

Crack crisply

Crisp feedback

Twists 3° and tightens for an instant, then clicks back.

Duration
0.12s
Repeats
No
Easing
ease-out
Animates
Rotation · Scale rotate scale
Show CSS
@keyframes onoma-pari {
  0% { transform: rotate(0deg) scale(1, 1); }
  20% { transform: rotate(3deg) scale(0.94, 0.94); }
  45% { transform: rotate(-0.9deg) scale(1.02, 1.02); }
  70% { transform: rotate(0.3deg) scale(1, 1); }
  100% { transform: rotate(0deg) scale(1, 1); }
}

.onoma-pari {
  animation: onoma-pari 0.12s ease-out both;
}

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

Compare with similar motions