Commit 6ad785bc by doszhang

dos

parent beb5ca28
...@@ -63,10 +63,12 @@ preloadimages(preloadImageList, function () { ...@@ -63,10 +63,12 @@ preloadimages(preloadImageList, function () {
// clearInterval(timer); // clearInterval(timer);
// } // }
// }, 100); // }, 100);
setTimeout(function () {
$('.home-page').fadeIn(300); $('.home-page').fadeIn(300);
$('.home-page .candle-block').addClass('animate'); $('.home-page .candle-block').addClass('animate');
$('.home-page .btn-next').addClass('animate'); $('.home-page .btn-next').addClass('animate');
}, 700);
}, function (progress) { }, function (progress) {
$('.loading-page .loading-text').text(Math.floor(progress * 100) + '%'); $('.loading-page .loading-text').text(Math.floor(progress * 100) + '%');
}); });
......
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