OnomaUI

sasa motion

The motion for "whisk away in a flash".

ささっ1 motionOfficial

Sample

Whisk away in a flash

Quickly clear an item

Winds up 0%, then dashes 120% to the right and vanishes.

Duration
0.3s
Repeats
No
Easing
ease-in
Animates
Position · Skew X · Opacity translate skewX opacity
Show CSS
@keyframes onoma-sasa {
  0% { transform: translate(0%, 0%) skewX(0deg); opacity: 1; }
  30% { transform: translate(0%, 0%) skewX(4.8deg); opacity: 1; animation-timing-function: cubic-bezier(.6,0,.9,.4); }
  85% { transform: translate(94.29%, 0%) skewX(-5.26deg); opacity: 1; }
  100% { transform: translate(120%, 0%) skewX(-8deg); opacity: 0; }
}

.onoma-sasa {
  animation: onoma-sasa 0.3s ease-in both;
}

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

Compare with similar motions

sasaWhisk away in a flash
kotsunBump lightly
puruShiver once