OnomaUI

pyuu motion

The motion for "zoom off in a line".

ぴゅーっ1 motionOfficial

Sample

Zoom off in a line

Leave the screen

Winds up 6%, then dashes 350% to the right and vanishes.

Duration
0.6s
Repeats
No
Easing
ease-in
Animates
Position · Skew X · Opacity translate skewX opacity
Show CSS
@keyframes onoma-pyuu {
  0% { transform: translate(0%, 0%) skewX(0deg); opacity: 1; }
  30% { transform: translate(-6%, 0%) skewX(12deg); opacity: 1; animation-timing-function: cubic-bezier(.6,0,.9,.4); }
  85% { transform: translate(273.71%, 0%) skewX(-13.14deg); opacity: 1; }
  100% { transform: translate(350%, 0%) skewX(-20deg); opacity: 0; }
}

.onoma-pyuu {
  animation: onoma-pyuu 0.6s ease-in both;
}

/* Reduced motion: only fade out */
@keyframes onoma-pyuu-fade { from { opacity: 1; } to { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .onoma-pyuu { animation: onoma-pyuu-fade 0.2s ease-out both; }
}

Compare with similar motions