OnomaUI

pera motion

The motion for "flip open".

ぺらっ1 motionOfficial

Sample

Flip open

Open / turn a page

Flips open 160° around its left edge.

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

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

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

Compare with similar motions

Words for the same motion