Skip to content

jQuery plugin that animates counting up to a given number

Notifications You must be signed in to change notification settings

tedw/jquery-countup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#jQuery CountUp Animates counting up from 1 to a given number

##Example usage

<p id="counter">50</p>

$('#counter').countUp({
	duration: 5000,
	easing: 'linear'
});

About

jQuery plugin that animates counting up to a given number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published