OnomaUI

suten motion

The motion for "slip and fall over".

すてん1 motionOfficial

Sample

Slip and fall over

Show a slip-up

Leans 50° from its bottom edge, holds, then straightens up.

Duration
0.6s
Repeats
No
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-suten {
  0% { transform: rotate(0deg); }
  35% { transform: rotate(50deg); }
  65% { transform: rotate(50deg); }
  100% { transform: rotate(0deg); }
}

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

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

Compare with similar motions

Words for the same motion