效果
使用代码
引用文件
<script src="js/jquery-1.9.1.js"></script> <script src="js/jquery.leoTextAnimate.js"></script>
html
<div class="number">6,789.00</div>
js
$('.number').leoTextAnimate({
delay: 1000, //延时出现时间
autorun: true, //是否自动运行
fixed: [',', ':', '.'], //
start: '-'
});
演示地址
https://wanjunshijie.com/xiaoguo/shuzigundong/
https://www.wanjunshijie.com/project/dp/1578.html
在vue项目中使用
https://www.wanjunshijie.com/note/vue/1375.html
