OnomaUI

batankyuu motion

The motion for "crash out asleep".

ばたんきゅー1 motionOfficial

Sample

Crash out asleep

Tired / sleep mode

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

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

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

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

Compare with similar motions