Skip to content

clovisdasilvaneto/countUp.js

 
 

Repository files navigation

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()

with optional callback:

numAnim.start(someMethodToCallOnComplete);

##Try the demo

About

Animates a numerical value by counting to it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published