Commit bf14ad9e by doszhang

dos

parent 1f28cf78
...@@ -419,13 +419,13 @@ function showPage1() { ...@@ -419,13 +419,13 @@ function showPage1() {
$('.home-hide').fadeOut(500); $('.home-hide').fadeOut(500);
$('.home-scale').addClass('animate'); $('.home-scale').addClass('animate');
$('.home-page .btn-next').removeClass('animate'); $('.home-page .btn-next').removeClass('animate');
setTimeout(function () { // setTimeout(function () {
$('.home-page .candle').css('opacity', 1); // $('.home-page .candle').css('opacity', 1);
setTimeout(function () { // setTimeout(function () {
$('.home-page').fadeOut(300); // $('.home-page').fadeOut(300);
$('.page1').show(); // $('.page1').show();
}, 2000); // }, 2000);
}, 1500); // }, 1500);
// $('.home-page .candle').css('opacity', 1); // $('.home-page .candle').css('opacity', 1);
// $('.home-page .btn-next').removeClass('animate'); // $('.home-page .btn-next').removeClass('animate');
......
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