OnomaUI

gasa motion

The motion for "something rustles once".

がさっ1 motionOfficial

Sample

Something rustles once

Hint at something hidden

Pops up 18%, holds, then ducks back.

Duration
0.8s
Repeats
No
Easing
cubic-bezier(.3,.7,.4,1)
Animates
Position translate
Show CSS
@keyframes onoma-gasa {
  0% { transform: translate(0%, 0%); }
  30% { transform: translate(0%, -18%); }
  70% { transform: translate(0%, -18%); }
  100% { transform: translate(0%, 0%); }
}

.onoma-gasa {
  animation: onoma-gasa 0.8s cubic-bezier(.3,.7,.4,1) both;
}

/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
  .onoma-gasa { animation: none; }
}

Compare with similar motions