OnomaUI

waan motion

The motion for "burst into tears".

わーん1 motionOfficial

Sample

Burst into tears

Report a failure

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

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

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

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

Compare with similar motions