酷炫紫菜

文章
4
资源
0
加入时间
2年10月21天

动画函数(很重要)

function animate(obj, target, callback) { clearInterval(obj.timer); obj.timer = setInterval(function () { if (obj.offsetLeft == target) { clearInterval(obj.timer); } var step = (target...