Home

Awesome

circleMagic.js

circleMagic is a fast, easy, and modern jQuery library.

circleMagic pic

For information , go to the circleMagic website.

Install circleMagic.js


You can install from bower .

    bower install circleMagic --save

or directly download

    git clone https://github.com/FreAK19/circleMagic.js

Using


    $('.header').circleMagic({
                radius: 35,
                density: .3,
                color: 'rgba(255,255,255, .4)',
                //color: 'random',
                clearOffset: .3
            });

Options


PluginDescription
radiusDefines radius of the circles
densitySpecify how much circles will be on the screen.
colorColor of circles. Can be used #hex, rgba(), hsl() or a 'random' keyword.
clearOffsetDisappearing of the circles.

License


Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software...