Commit 6ba4a585 by doszhang

dos

parent aedd1e1c
......@@ -320,8 +320,8 @@ function showCountDownPage() {
function countDown() {
let angle = 360;
let Timer;
countDownCtx.fillStyle = '#0f0';
countDownCtx.sector(countDownCanvas.width / 4, countDownCanvas.height / 4, countDownCanvas.width / 4, 0, angle).fill();
countDownCtx.fillStyle = bgColor;
countDownCtx.sector(countDownCanvas.width / 2, countDownCanvas.height / 2, countDownCanvas.width / 2, 0, angle).fill();
// setInterval(function () {
// // angle += 3.6;
......
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