OnomaUI

zudon motion

The motion for "boom of heavy impact".

ずどん1 motionOfficial

Sample

Boom of heavy impact

Big announcement

Slams in from 300% scale and shakes 12% before settling.

Duration
0.8s
Repeats
No
Easing
ease-out
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-zudon {
  0% { transform: translate(0%, 0%) scale(3, 3); opacity: 0; animation-timing-function: cubic-bezier(.55,0,1,.45); }
  30% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
  42% { transform: translate(-12%, 0%) scale(1, 1); opacity: 1; }
  54% { transform: translate(8.4%, 0%) scale(1, 1); opacity: 1; }
  66% { transform: translate(-4.8%, 0%) scale(1, 1); opacity: 1; }
  78% { transform: translate(1.8%, 0%) scale(1, 1); opacity: 1; }
  100% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
}

.onoma-zudon {
  animation: onoma-zudon 0.8s ease-out both;
}

/* Reduced motion: only fade in */
@keyframes onoma-zudon-fade { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .onoma-zudon { animation: onoma-zudon-fade 0.2s ease-out both; }
}

Compare with similar motions

zudonBoom of heavy impact
bashanSplash down
sutonDrop and land

Words for the same motion