jquery-fireworks
v1.0.4
Published
Creates a field of exploding fireworks on a div. It does this by overlaying a canvas to the div and launching fireworks and exploding them.
Downloads
143
Maintainers
Readme
jQuery-fireworks
A jQuery plugin that puts dazzling fireworks into a div
Usage
$('#divElement').fireworks();
There are optional parameters as well: $('#divElement').fireworks({ opacity: 0.4, width: '400', height: '300' });