StealThis .dev

Cool Mode

Fun particle burst of emojis and shapes that explode from every click point with physics-based motion and fadeout.

Open in Lab
css javascript vue svelte
Targets: TS JS HTML React Vue Svelte

Code

Cool Mode

A delightful particle burst effect that spawns emojis and shapes from every click point. Particles fly outward with realistic physics (gravity, velocity, rotation) and fade away gracefully.

How it works

  1. A global click handler captures click position
  2. Multiple particle elements are spawned at the click point with random velocities
  3. Each particle has gravity, rotation, and opacity decay applied via requestAnimationFrame
  4. Particles are removed from the DOM once fully faded

Customization

  • emojis — array of emoji/text to randomly pick from
  • particleCount — number of particles per click
  • spread — initial velocity range
  • gravity — downward acceleration
  • fadeSpeed — how quickly particles disappear

When to use it

  • Like/favorite button celebrations
  • Game feedback effects
  • Fun interactive landing pages
  • Celebratory confetti alternatives