OnomaUI

baka motion

The motion for "pop wide open".

ばかっ1 motionOfficial

Sample

Pop wide open

Open a lid to reveal

Flips open 150° around its left edge.

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

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

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

Compare with similar motions