OnomaUI

dokaan motion

The motion for "big explosion".

どかーん1 motionOfficial

Sample

Big explosion

Delete with a bang

Bursts out to 240% and vanishes.

Duration
0.8s
Repeats
No
Easing
ease-out
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-dokaan {
  0% { transform: scale(1, 1); opacity: 1; }
  35% { transform: scale(1.7, 1.7); opacity: 1; }
  100% { transform: scale(2.4, 2.4); opacity: 0; }
}

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

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

Compare with similar motions

Words for the same motion