Commit 0ac6ee86 by doszhang

dos

parent cd30772d
...@@ -323,7 +323,7 @@ function countDown() { ...@@ -323,7 +323,7 @@ function countDown() {
countDownCtx.fillStyle = '#000'; countDownCtx.fillStyle = '#000';
setInterval(function () { setInterval(function () {
angle += 3.6; angle += 3.6;
countDownCtx.sector(countDownCanvas.width / 4, countDownCanvas.height / 4, countDownCanvas.width / 4, angle); countDownCtx.sector(countDownCanvas.width / 4, countDownCanvas.height / 4, countDownCanvas.width / 4, angle).fill();
}, 10); }, 10);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment