#jQuery CountUp Animates counting up from 1 to a given number
##Example usage
<p id="counter">50</p>
$('#counter').countUp({
duration: 5000,
easing: 'linear'
});
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#jQuery CountUp Animates counting up from 1 to a given number
##Example usage
<p id="counter">50</p>
$('#counter').countUp({
duration: 5000,
easing: 'linear'
});