madhuhc / countUp.js

Animates a numerical value from 0 to its value

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

countUp.js

countUp.js is a dependency-free, lightweight JavaScript "class" that can be used to quickly create animations that display numerical data in a more interesting way.

Usage:

var numAnim = new countUp("SomeElementYouWantToAnimate", 24.02, 99.99, 2, 1.5)
numAnim.start()

##Try the demo

About

Animates a numerical value from 0 to its value

License:MIT License