Skip to content

tarunsingh/progress-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

progress-bar

A simple and very light weight responsive javascript progress bar library having checkpoints.

To use this library just include in your html file in the script tag. and in your application:

ProgressBar.init( [ 'checkpoint-1', 'checkpoint-2', ..., ..., 'checkpoint-n' ], 'current-checkpoint', 'wrapper div(optional)' );

You can modify styles from css/main.css, according to your requirement Also you can modify animation duration as per your requirement.

ProgressBar.singleStepAnimation = 1500

See the example file to understand more.

About

A simple javascript progress bar library having checkpoints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors