CSS/JS Particle Effect Generator

This page demonstrates a particle effect using CSS and JavaScript. Webkit transitions are used to apply animation to the particles and the zepto.js javascript framework is used to generate and select DOM elements.

You can adjust the number of particles, as well as the x and y ranges of the particles, within the particles.js class

Particles are generated automatically every 250 milliseconds.

Back to Blog