OnomaUI

dosun motion

The motion for "slump down heavily".

どすん1 motionOfficial

Sample

Slump down heavily

Sink under the weight

Sinks 35% heavily, stays a while, then rises back.

Duration
1s
Repeats
No
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-dosun {
  0% { transform: translate(0%, 0%) scale(1, 1); animation-timing-function: ease-out; }
  35% { transform: translate(0%, 35%) scale(1.04, 0.9); }
  75% { transform: translate(0%, 35%) scale(1.04, 0.9); }
  100% { transform: translate(0%, 0%) scale(1, 1); }
}

.onoma-dosun {
  animation: onoma-dosun 1s ease-in-out both;
  transform-origin: 50% 100%;
}

/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
  .onoma-dosun { animation: none; }
}

Compare with similar motions