OnomaUI

sutakora motion

The motion for "scurry away in a hurry".

すたこら1 motionOfficial

Sample

Scurry away in a hurry

Exit the screen

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

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

.onoma-sutakora {
  animation: onoma-sutakora 0.5s ease-in both;
}

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

Compare with similar motions

Words for the same motion