OnomaUI

pasha motion

The motion for "camera shutter clicks".

ぱしゃっ1 motionOfficial

Sample

Camera shutter clicks

Take a photo

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

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

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

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

Compare with similar motions

pashaCamera shutter clicks
kashaShutter clicks
kachinGet irked

Words for the same motion