OnomaUI

gaan motion

The motion for "stunned by a blow".

がーん1 motionOfficial

Sample

Stunned by a blow

Failure or bad news

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

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

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

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

Compare with similar motions

Words for the same motion