注册 登录 充值会员 退出
毕业设计 PHP源码
充值

jQuery.Running.js响应式页面滚动数字增长动画插件

作者/代码整理:  (转载请附加本文地址,带有“懒人原生”字样的谢绝转载) 发布日期:2017-10-20
jQuery.Running.js响应式页面滚动数字增长动画插件
jQuery.Running.js响应式页面滚动数字增长动画插件 (奔跑吧,数字!)是一款可以让数字,柱形图,饼形图跑起来的代码,支持滚动条响应。


调用jQuery类库和jQuery.Running.min.js文件

<script type="text/javascript" src="js/jquery-1.7.2.js"></script>
<script type="text/javascript" src="js/jquery.running.js"></script>

启用插件 $(container).running();

$(function(){
$('body').running();

})