OnomaUI

gusa motion

The motion for "stab deep".

ぐさっ1 motionOfficial

Sample

Stab deep

Hits close to heart

Slams in from 140% scale and shakes 3% before settling.

Duration
0.3s
Repeats
No
Easing
ease-out
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-gusa {
  0% { transform: translate(0%, 0%) scale(1.4, 1.4); opacity: 0; animation-timing-function: cubic-bezier(.55,0,1,.45); }
  30% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
  42% { transform: translate(-3%, 0%) scale(1, 1); opacity: 1; }
  54% { transform: translate(2.1%, 0%) scale(1, 1); opacity: 1; }
  66% { transform: translate(-1.2%, 0%) scale(1, 1); opacity: 1; }
  78% { transform: translate(0.45%, 0%) scale(1, 1); opacity: 1; }
  100% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
}

.onoma-gusa {
  animation: onoma-gusa 0.3s ease-out both;
}

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

Compare with similar motions

Words for the same motion