particleground icon indicating copy to clipboard operation
particleground copied to clipboard

A jQuery plugin for snazzy background particle systems

Results 9 particleground issues
Sort by recently updated
recently updated
newest added

On window resize, the previous canvas object was not being cleared

- Added support for High DPI Displays (e.g. Retina displays) - Since some code corrections are being made, there won't be JSLint warnings anymore

Square are much faster than square root. #9 #10

This pull req adds a new feature - The ability to have the script generate random greyscale colors for the strokes. [Here's a demo](http://thejamespaterson.com/scripts/particlegroundrandom/). The behaviour is controlled with the...

Pause draw animation loop on destroy and garbage collect particles array of objects This commit helps the plugin to garbage collect all particle objects on destroy and also pauses the...

a complete rewrite of particleground.js only a third file size (to be fair: without jQuery-stuff and, raf polyfill), better performance, and some additional options. even if it has almost no...