'); $('.now-loading').css({'background':'rgba(255,255,255,0.8)'}); var $allMsg = $('.now-loading .nl-txt'); var $wordList = $('.now-loading .nl-txt').html().split(""); $('.now-loading .nl-txt').html(""); $.each($wordList, function(idx, elem) { var newEL = $("").text(elem).css({ opacity: 0 }); newEL.appendTo($allMsg); newEL.delay(idx * 100); newEL.animate({ opacity: 1 }, 200); }); }); Pace.on('done', function(){ $('#container').fadeIn(1000); $('.now-loading').css({'display':'none'}); });