OnomaUI

kasha motion

The motion for "shutter clicks".

かしゃっ1 motionOfficial

Sample

Shutter clicks

Photo taken or saved

Flashes out to 108% for an instant, then returns.

Duration
0.3s
Repeats
No
Easing
ease-out
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-kasha {
  0% { transform: scale(1, 1); opacity: 1; }
  20% { transform: scale(1.08, 1.08); opacity: 0.35; }
  50% { transform: scale(1, 1); opacity: 1; }
  100% { transform: scale(1, 1); opacity: 1; }
}

.onoma-kasha {
  animation: onoma-kasha 0.3s ease-out both;
}

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

Compare with similar motions