OnomaUI

dosadosa motion

The motion for "things tumble down".

どさどさ1 motionOfficial

Sample

Things tumble down

Delete in bulk

Trembles, then crumbles 260% downward and disappears.

Duration
1.2s
Repeats
No
Easing
ease-in
Animates
Position · Rotation · Opacity translate rotate opacity
Show CSS
@keyframes onoma-dosadosa {
  0% { transform: translate(0%, 0%) rotate(0deg); opacity: 1; }
  8% { transform: translate(-2%, 0%) rotate(0deg); opacity: 1; }
  16% { transform: translate(2%, 0%) rotate(0deg); opacity: 1; }
  24% { transform: translate(-1.5%, 0%) rotate(0deg); opacity: 1; }
  32% { transform: translate(0%, 0%) rotate(0deg); opacity: 1; }
  80% { transform: translate(0%, 183.53%) rotate(28.24deg); opacity: 1; }
  100% { transform: translate(0%, 260%) rotate(40deg); opacity: 0; }
}

.onoma-dosadosa {
  animation: onoma-dosadosa 1.2s ease-in both;
}

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

Compare with similar motions