OnomaUI

kapa motion

The motion for "lid pops open".

かぱっ1 motionOfficial

Sample

Lid pops open

Open or expand

Flips open 110° around its left edge.

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

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

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

Compare with similar motions