OnomaUI

goo motion

The motion for "roar off".

ごーっ1 motionOfficial

Sample

Roar off

Send / launch effect

Winds up 20%, then dashes 320% to the right and vanishes.

Duration
0.6s
Repeats
No
Easing
ease-in
Animates
Position · Skew X · Opacity translate skewX opacity
Show CSS
@keyframes onoma-goo {
  0% { transform: translate(0%, 0%) skewX(0deg); opacity: 1; }
  30% { transform: translate(-20%, 0%) skewX(13.2deg); opacity: 1; animation-timing-function: cubic-bezier(.6,0,.9,.4); }
  85% { transform: translate(247.14%, 0%) skewX(-14.46deg); opacity: 1; }
  100% { transform: translate(320%, 0%) skewX(-22deg); opacity: 0; }
}

.onoma-goo {
  animation: onoma-goo 0.6s ease-in both;
}

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

Compare with similar motions