Counter-Up - 数字增长
全局引入
- 示例
<span class="counter">1,234,567</span>
$('.counter').counterUp({
delay: 10,
time: 1000
});
Counter-Up - 数字增长
全局引入
<span class="counter">1,234,567</span>
$('.counter').counterUp({
delay: 10,
time: 1000
});