OnomaUI

chacha motion

The motion for "quickly get it done".

ちゃちゃっ1 motionOfficial

Sample

Quickly get it done

Clear a task away

Winds up 6%, then dashes 160% to the right and vanishes.

Duration
0.3s
Repeats
No
Easing
ease-in
Animates
Position · Skew X · Opacity translate skewX opacity
Show CSS
@keyframes onoma-chacha {
  0% { transform: translate(0%, 0%) skewX(0deg); opacity: 1; }
  30% { transform: translate(-6%, 0%) skewX(6deg); opacity: 1; animation-timing-function: cubic-bezier(.6,0,.9,.4); }
  85% { transform: translate(124.43%, 0%) skewX(-6.57deg); opacity: 1; }
  100% { transform: translate(160%, 0%) skewX(-10deg); opacity: 0; }
}

.onoma-chacha {
  animation: onoma-chacha 0.3s ease-in both;
}

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

Compare with similar motions

Words for the same motion