/firefly

jQuery plug-in to create a firefly effect

Primary LanguageJavaScript

# Basic example of ver 0.2 is here http://motyar.github.io/firefly/example.html 

0.3 Improvments:
- The plugin no longer uses images for sparks (should load faster and gives the freedom to change the color without modifying the image)
- properties minPixel and maxPixel used to specify the min and max size of the fireflies
- color property used to specify the color of the fireflies

Example:

$.firefly({
	color: '#fff',
	minPixel: 1,
	maxPixel: 3,
	total : 65,
	on: 'header'
});



Here are few sites using it. ( Please let me know if you are using it, I will add a link here)

http://www.yootheme.com/demo/wordpress/radiance

http://www.itsfirefly.com/

http://www.quazarwebdesign.com/

http://www.haelu.co.nf/


Documentation: http://www.backslash.gr/content/blog/webdevelopment/10-jquery-firefly-plugin