Commit a4894d8d by doszhang

dos

parent 2ce332c9
...@@ -321,7 +321,6 @@ function countDown() { ...@@ -321,7 +321,6 @@ function countDown() {
let angle = 360; let angle = 360;
let timer; let timer;
countDownCtx.fillStyle = bgColor; countDownCtx.fillStyle = bgColor;
countDownCtx.sector(countDownCanvas.width / 2, countDownCanvas.height / 2, countDownCanvas.width / 2, 0, angle).fill();
timer = setInterval(function () { timer = setInterval(function () {
angle -= 3.6; angle -= 3.6;
countDownCtx.sector(countDownCanvas.width / 2, countDownCanvas.height / 2, countDownCanvas.width / 2, 0, angle).fill(); countDownCtx.sector(countDownCanvas.width / 2, countDownCanvas.height / 2, countDownCanvas.width / 2, 0, angle).fill();
......
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