OnomaUI

puchi motion

The motion for "tiny pop".

ぷちっ1 motionOfficial

Sample

Tiny pop

Delete an item

Bursts out to 120% and vanishes.

Duration
0.18s
Repeats
No
Easing
ease-out
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-puchi {
  0% { transform: scale(1, 1); opacity: 1; }
  35% { transform: scale(1.1, 1.1); opacity: 1; }
  100% { transform: scale(1.2, 1.2); opacity: 0; }
}

.onoma-puchi {
  animation: onoma-puchi 0.18s ease-out both;
}

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

Compare with similar motions