circleMagic.js is a jQuery plugin that create simple and ease you to create a perfect animated header effect. It Works by creating canvas element in section that is selected, and create random bulls, random sizes, and random color. Compatible with modern browser and even with IE9.
circleMagic.JS is not hardCPU or any of RAM Revourer. It is for creating perfect animation.
$('.header').circleMagic({ radius: 35, density: 0.3, color: 'rgba(255,255,255, .4)', //color: 'random', clearOffset: 0.3 });
radius | Defines radius of the circles |
density | Specify how much circles will be on canvas element |
color | Color of circle. Can be used #hex, rgba(), hsl() or a 'random' keyword. |
clearOffset | Define how circles disappears |