OnomaUI

da motion

The motion for "bolt off".

だっ1 motionOfficial

Sample

Bolt off

Close in a hurry

Winds up 20%, then dashes 260% to the right and vanishes.

Duration
0.36s
Repeats
No
Easing
ease-in
Animates
Position · Skew X · Opacity translate skewX opacity
Show CSS
@keyframes onoma-da {
  0% { transform: translate(0%, 0%) skewX(0deg); opacity: 1; }
  30% { transform: translate(-20%, 0%) skewX(14.4deg); opacity: 1; animation-timing-function: cubic-bezier(.6,0,.9,.4); }
  85% { transform: translate(200%, 0%) skewX(-15.77deg); opacity: 1; }
  100% { transform: translate(260%, 0%) skewX(-24deg); opacity: 0; }
}

.onoma-da {
  animation: onoma-da 0.36s ease-in both;
}

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

Compare with similar motions

Words for the same motion