Commit ab1649f3 by doszhang

dos

parent 5865e19f
...@@ -55,6 +55,7 @@ preloadimages(preloadImageList, function () { ...@@ -55,6 +55,7 @@ preloadimages(preloadImageList, function () {
let timer = setInterval(function () { let timer = setInterval(function () {
if (i < 100) { if (i < 100) {
$('.loading-page .loading-text').text(i + '%'); $('.loading-page .loading-text').text(i + '%');
i++;
} else { } else {
$('.home-page').fadeIn(300); $('.home-page').fadeIn(300);
$('.home-page .candle-block').addClass('animate'); $('.home-page .candle-block').addClass('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