Commit 82fa8252 by doszhang

dos

parent 4b2c8835
......@@ -389,7 +389,10 @@ function showPage1() {
homeNext = false;
$('.home-hide').fadeOut(500);
$('.home-scale').addClass('animate');
$('.home-page .btn-next').removeClass('animate');
setTimeout(function () {
$('.home-page .btn-next').removeClass('animate');
}, 1500);
$('.home-page .candle').css('opacity', 1);
// $('.home-page .candle').css('opacity', 1);
// $('.home-page .btn-next').removeClass('animate');
// setTimeout(function () {
......
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