OnomaUI

hyun motion

The motion for "zip in".

ひゅん1 motionOfficial

Sample

Zip in

Notice flies in

Swoops 200% in from the upper left along a curve and stops.

Duration
0.36s
Repeats
No
Easing
cubic-bezier(.2,.8,.3,1)
Animates
Position · Rotation · Opacity translate rotate opacity
Show CSS
@keyframes onoma-hyun {
  0% { transform: translate(-200%, -60%) rotate(-20deg); opacity: 0; }
  30% { transform: translate(-115%, -45%) rotate(-12deg); opacity: 1; }
  60% { transform: translate(-30%, -30%) rotate(-4deg); opacity: 1; }
  100% { transform: translate(0%, 0%) rotate(0deg); opacity: 1; }
}

.onoma-hyun {
  animation: onoma-hyun 0.36s cubic-bezier(.2,.8,.3,1) both;
}

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

Compare with similar motions