(function($) { "use strict"; $(window).load(function() { // will first fade out the loading animation $("#loader").fadeOut("slow", function(){ // will fade out the whole DIV that covers the website. $("#preloader").delay(300).fadeOut("slow"); }); }) setTimeout(function() { $('#intro h1').fitText(1, { minFontSize: '42px', maxFontSize: '84px' }); }, 100); })(jQuery);