SkillProgress is an animated horizontal chart bar written in Javascript and JQuery.
SkillProgress works smooth with all the version of JQuery library.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>For better performance add the latest version.
1- Download or clone the git repository.
git clone https://github.com/Lucci93/SkillProgress.git2- Add skillProgress.min.js to your folder.
<script type="text/javascript" src="../skillProgress.min.js"></script>3- Call skillProgress in yours JQuery ready code.
$(document).ready(function () {
SkillProgress(chartClass, chartBarClass, labelClass, startDelay, timeAnimation);
});4- Done.
Check the example folder inside the repository downloaded.
SkillProgress is owned and maintained by Daniele Piergigli, a bored student of computer science.
- If you found a bug or need help, open an issue.
- If you have a feature request or you'd like to ask a general question, send me a mail (check my website).
- If you want to contribute, submit a pull request.
SkillProgress is released under the MIT license. See LICENSE for details.