Commit 18cf60f0 by doszhang

dos

parent 6a66c488
......@@ -320,7 +320,7 @@ function showCountDownPage() {
function countDown() {
let angle = 360;
let timer;
countDownCtx.fillStyle = bgColor;
countDownCtx.fillStyle = '#0f0';
timer = setInterval(function () {
angle = ((angle * 10) - 36) / 10;
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