OnomaUI

kachi motion

The motion for "click into place".

かちっ1 motionOfficial

Sample

Click into place

Toggle or lock

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

Duration
0.24s
Repeats
No
Easing
ease-out
Animates
Rotation · Scale rotate scale
Show CSS
@keyframes onoma-kachi {
  0% { transform: rotate(0deg) scale(1, 1); }
  20% { transform: rotate(6deg) scale(0.94, 0.94); }
  45% { transform: rotate(-1.8deg) scale(1.02, 1.02); }
  70% { transform: rotate(0.6deg) scale(1, 1); }
  100% { transform: rotate(0deg) scale(1, 1); }
}

.onoma-kachi {
  animation: onoma-kachi 0.24s ease-out both;
}

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

Compare with similar motions