OnomaUI

kasa motion

The motion for "a single dry rustle".

かさっ1 motionOfficial

Sample

A single dry rustle

Hint at a presence

Shakes 2 times, starting at 3% and fading out.

Duration
0.3s
Repeats
No
Easing
linear
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-kasa {
  0% { transform: translate(0%, 0%) rotate(0deg); }
  20% { transform: translate(-3%, 0%) rotate(-1.05deg); }
  40% { transform: translate(2.25%, 0%) rotate(0.79deg); }
  60% { transform: translate(-1.5%, 0%) rotate(-0.52deg); }
  80% { transform: translate(0.75%, 0%) rotate(0.26deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.onoma-kasa {
  animation: onoma-kasa 0.3s linear both;
}

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

Compare with similar motions

Words for the same motion