OnomaUI

hyuun motion

The motion for "whoosh far away".

ひゅーん1 motionOfficial

Sample

Whoosh far away

Send it flying

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

Duration
0.8s
Repeats
No
Easing
ease-in
Animates
Position · Skew X · Opacity translate skewX opacity
Show CSS
@keyframes onoma-hyuun {
  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(297.29%, 0%) skewX(-13.14deg); opacity: 1; }
  100% { transform: translate(380%, 0%) skewX(-20deg); opacity: 0; }
}

.onoma-hyuun {
  animation: onoma-hyuun 0.8s ease-in both;
}

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

Compare with similar motions

Words for the same motion