opt[p] == iCur || (bComplete = false, this.css(p, iCur + iSpeed)) ;
bComplete && (clearInterval(this.timer), this.callback && this.callback.call(this))
opt[p] == iCur || (bComplete = false, this.css(p, iCur + iSpeed)) ;
bComplete && (clearInterval(this.timer), this.callback && this.callback.call(this))
if(opt[p] != iCur) {
bComplete = false
this.css(p, iCur + iSpeed)
}
if(bComplete) {
clearInterval(this.timer)
if(this.callback) this.callback.call(this)
}
8 回答4.7k 阅读✓ 已解决
6 回答3.4k 阅读✓ 已解决
5 回答2.8k 阅读✓ 已解决
6 回答2.3k 阅读
5 回答6.3k 阅读✓ 已解决
4 回答2.3k 阅读✓ 已解决
4 回答2.8k 阅读✓ 已解决
我是这么解读的