Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 186 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 186 Bytes

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

##Example usage

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

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