OnomaUI

koten motion

The motion for "topple over lightly".

こてん1 motionOfficial

Sample

Topple over lightly

Dozing or goofy flop

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

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

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

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

Compare with similar motions

Words for the same motion