手抄报 安全手抄报 手抄报内容 手抄报图片 英语手抄报 清明节手抄报 节约用水手抄报

jQuery数字滚动增加动画

时间:2024-10-14 07:57:49

1、新建html文档。

jQuery数字滚动增加动画

2、书写hmtl代码。<h2>基于jQuery实现的数字滚动</h4><div id="box"> <div id="count"></div></div>

jQuery数字滚动增加动画

3、书写css代码。<style>body{background-color: #272727魈胺闹臣}h2{text-align: center;color: #D7D7D7}#box{width: 100%;display: flex;justify-content: center;align-items: center;}#count{width: 200px;height: 200px;background-color: #0093FF;color: #FFFFFF;font-size: 36px;line-height: 200px;text-align: center;border-radius: 50%;font-family: "Arial Black";}</style>

jQuery数字滚动增加动画

4、书写并添加js代码。<script src="js/jquery.min.js"></script><script src="js/count.js"></script><script>$(function(){ $("#count").numberRock({ lastNumber:6666, duration:5000, easing:'swing', //慢快慢 });});</script>

jQuery数字滚动增加动画

5、代码整体结构。

jQuery数字滚动增加动画

6、查看效果。

jQuery数字滚动增加动画
© 手抄报圈