最贊回答 / 小蟲星空
clearInterval(theAnimate);?因為清除定時器的條件是顯示區(qū)域的寬度?clipReg.r >= 2 * Math.max(canW, canH)而reset時clipReg.r又變?yōu)槌跏贾??clipReg.r >= 2 * Math.max(canW, canH) 為false,我的解決方法:function reset () { clearInterval(theAnimate); initCanvas(); }
2016-02-06