Commit 6e453a44 by doszhang

dos

parent b7ce914d
...@@ -457,11 +457,7 @@ function showCountDownPage() { ...@@ -457,11 +457,7 @@ function showCountDownPage() {
signature = val; signature = val;
setTimeout(function () { setTimeout(function () {
$('.suggest-page').animate({ $('.suggest-page').hide();;
'opacity': 0
}, 300, function () {
$('.suggest-page').css('zIndex', 1);
});
countDown(function () { countDown(function () {
$('.countdown-page').fadeOut(300); $('.countdown-page').fadeOut(300);
$('.effect-page').css('background', bgColor).show(); $('.effect-page').css('background', bgColor).show();
......
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