OnomaUI

daa motion

The motion for "rush off in a burst".

だーっ1 motionOfficial

Sample

Rush off in a burst

Sweep off the screen

Winds up 10%, then dashes 340% 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-daa {
  0% { transform: translate(0%, 0%) skewX(0deg); opacity: 1; }
  30% { transform: translate(-10%, 0%) skewX(12deg); opacity: 1; animation-timing-function: cubic-bezier(.6,0,.9,.4); }
  85% { transform: translate(265%, 0%) skewX(-13.14deg); opacity: 1; }
  100% { transform: translate(340%, 0%) skewX(-20deg); opacity: 0; }
}

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

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

Compare with similar motions