OnomaUI

pakkuri motion

The motion for "split wide open".

ぱっくり1 motionOfficial

Sample

Split wide open

Reveal contents

Flips open 170° around its left edge.

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

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

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

Compare with similar motions