Commit fbfb8c16 by doszhang

dos

parent f41767e1
...@@ -392,6 +392,10 @@ function showPage1() { ...@@ -392,6 +392,10 @@ function showPage1() {
$('.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 () {
$('.home-page').fadeOut(300);
$('.page1').show();
}, 3000);
}, 1500); }, 1500);
// $('.home-page .candle').css('opacity', 1); // $('.home-page .candle').css('opacity', 1);
......
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