OnomaUI

kacha motion

The motion for "latch clicks open".

かちゃっ1 motionOfficial

Sample

Latch clicks open

Unlock or open

Flips open 50° around its left edge.

Duration
0.4s
Repeats
No
Easing
ease-in-out
Animates
3D turn rotateY
Show CSS
@keyframes onoma-kacha {
  0% { transform: perspective(400px) rotateY(0deg); }
  100% { transform: perspective(400px) rotateY(-50deg); }
}

.onoma-kacha {
  animation: onoma-kacha 0.4s ease-in-out both;
  transform-origin: 0% 50%;
}

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

Compare with similar motions

kachaLatch clicks open
shuwaFizz away
kirakiraTwinkle