最赞回答 / swallowlll_lll
看到其他同学的问答,发现问题了,需要在回归cb&&cb();之后添加renturn false;即可恢复正常,小球的运行速度和第二次回复速度都正常了。停止循环即可正常。
2018-06-11
style.marginLeft 报错Cannot read property 'style' of undefined
删掉下面这个方法的参数
function _animate() {...}
删掉下面这个方法的参数
function _animate() {...}
2018-06-01
ball.style.marginLeft = marginLeft + 'px';
2018-06-01
已采纳回答 / 慕移动6488646
function promiseAnimate(ball,distance){ return new Promise(function(resolve,reject){ function _animate() { setTimeout(function () { var marginLeft = parseInt(bal...
2018-05-24