OnomaUI

supan motion

The motion for "land a crisp hit".

すぱん1 motionOfficial

Sample

Land a crisp hit

Show a right answer

Slams in from 150% scale and shakes 4% before settling.

Duration
0.4s
Repeats
No
Easing
ease-out
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-supan {
  0% { transform: translate(0%, 0%) scale(1.5, 1.5); opacity: 0; animation-timing-function: cubic-bezier(.55,0,1,.45); }
  30% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
  42% { transform: translate(-4%, 0%) scale(1, 1); opacity: 1; }
  54% { transform: translate(2.8%, 0%) scale(1, 1); opacity: 1; }
  66% { transform: translate(-1.6%, 0%) scale(1, 1); opacity: 1; }
  78% { transform: translate(0.6%, 0%) scale(1, 1); opacity: 1; }
  100% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
}

.onoma-supan {
  animation: onoma-supan 0.4s ease-out both;
}

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

Compare with similar motions

Words for the same motion