先上图看效果哈:
image.png
numberAnimate
numberAnimate 是一款数据滚动组件,我是站在巨人的肩膀上进行制作,提高页面美观性 ,使页面更加绚丽。
效果
版本
调用方式
在html中引入jquery之后引入numberAnimate.js 完成之后即可直接使用
<div class="numberRun1"></div> <br><br>
<script type="text/javascript" src="../dest/script/jquery.min.js"></script>
<script type="text/javascript" src="../dest/script/numberAnimate.js"></script>
<script>
$(".numberRun1").numberAnimate({num:'15342.10', pst:"%", dot:2, speed:2000, symbol:","});
</script>
网友评论