Skip to content

FreAK19/circleMagic.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


Plugin Description
radius Defines radius of the circles
density Specify how much circles will be on the screen.
color Color of circles. Can be used #hex, rgba(), hsl() or a 'random' keyword.
clearOffset Disappearing 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...