Skip to content

victorcastelan/countUp.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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", 99.99, 2, 1.5)
numAnim.start()

Pretty easy hey?

##Need more help?! Try the demo

About

Animates a numerical value from 0 to its value

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published