Commit 5363ab6e by doszhang

dos

parent 16a6f457
......@@ -309,6 +309,7 @@ function showCountDownPage() {
}
countDownCtx.fillStyle = bgColor;
countDownCtx.fillRect(0, 0, countDownCanvas.width, countDownCanvas.height);
$('.countdown-page').show();
$('.suggest-page .suggest-wrap').addClass('animate');
setTimeout(function () {
$('.suggest-page').fadeOut(300);
......
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