09 2018 档案

摘要://无缝滚动 function AutoScroll(obj) { var autoScrollTimer=null,timer=null; timer=setTimeout(function(){ move(); },3000); function m... 阅读全文
posted @ 2018-09-21 17:20 dongxiaolei 编辑
摘要:参考:https://blog.csdn.net/wangyingwing/article/details/79119592 阅读全文
posted @ 2018-09-14 16:31 dongxiaolei 编辑
摘要:function _throttling(fn,wait,mustRun){ var time=null; var startTime= new Date() return function(){ clearTimeout(time) ... 阅读全文
posted @ 2018-09-06 16:05 dongxiaolei 编辑
摘要:function setTimer(from,to,timmer,el) { var len=to - from, _space = timmer/len; var timer =null; clearInterval(timer); var intNum =from; timer=setInter 阅读全文
posted @ 2018-09-06 13:25 dongxiaolei 编辑

点击右上角即可分享
微信分享提示