OnomaUI

baan motion

The motion for "burst onto the scene".

ばーん1 motionOfficial

Sample

Burst onto the scene

Big reveal or result

Slams in from 320% scale and shakes 14% before settling.

Duration
0.9s
Repeats
No
Easing
ease-out
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-baan {
  0% { transform: translate(0%, 0%) scale(3.2, 3.2); opacity: 0; animation-timing-function: cubic-bezier(.55,0,1,.45); }
  30% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
  42% { transform: translate(-14%, 0%) scale(1, 1); opacity: 1; }
  54% { transform: translate(9.8%, 0%) scale(1, 1); opacity: 1; }
  66% { transform: translate(-5.6%, 0%) scale(1, 1); opacity: 1; }
  78% { transform: translate(2.1%, 0%) scale(1, 1); opacity: 1; }
  100% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
}

.onoma-baan {
  animation: onoma-baan 0.9s ease-out both;
}

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

Compare with similar motions