09 2018 档案
摘要://无缝滚动 function AutoScroll(obj) { var autoScrollTimer=null,timer=null; timer=setTimeout(function(){ move(); },3000); function m...
阅读全文
摘要:参考:https://blog.csdn.net/wangyingwing/article/details/79119592
阅读全文
摘要:function _throttling(fn,wait,mustRun){ var time=null; var startTime= new Date() return function(){ clearTimeout(time) ...
阅读全文
摘要:function setTimer(from,to,timmer,el) { var len=to - from, _space = timmer/len; var timer =null; clearInterval(timer); var intNum =from; timer=setInter
阅读全文