Commit 15dc2f1d by doszhang

dos

parent 52bdf2d4
...@@ -63,13 +63,13 @@ preloadimages(preloadImageList, function () { ...@@ -63,13 +63,13 @@ preloadimages(preloadImageList, function () {
// clearInterval(timer); // clearInterval(timer);
// } // }
// }, 100); // }, 100);
setTimeout(function () { // setTimeout(function () {
$('.loading-page').fadeOut(); // $('.loading-page').fadeOut();
$('.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');
$('.wrap-inner').prepend($('<div class="font">1</div>')); // $('.wrap-inner').prepend($('<div class="font">1</div>'));
}, 700); // }, 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