Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

tecbeast42/CirclesProgressbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CirclesProgressbar

A jQuery Plugin for several Circle Shaped Progressbars

Installation

npm install jquery-circles-progressbar --save

Usage

<script type="text/javascript" src="//code.jquery.com/jquery-2.1.4.js"></script>
<script type="text/javascript" src="../dist/jquery.circles-progressbar.js"></script>

$(element).circlesProgress(optionsObject);

e.g.

optionsObject = {
	'size':150, // 150px width and height
	'progress': 50, // fillup in percent
	'innerColor': 'rgb(255,0,0)',
	'outerColor': '#00F',
	'borderSize': 4, // width of the border
}

Avaible Options

- size 
- progress
- borderSize
- innerColor
- outerColor
- initialProgress
- innerOpacity
- outerOpacity

Release History

0.1.0 Initial release

About

A jQuery Plugin for several Circle Shaped Progressbars

Resources

License

Stars

Watchers

Forks

Packages

No packages published