$("body").css("backgroundImage", "url('https://source.unsplash.com/collection/3349303/" + window.outerWidth + "x" + window.outerHeight + "')"); $(window).on("load", () => { $("#udDots") .fadeOut(300, () => { $(".typewriter h1").fadeIn(); $("#udBgLeft").animate({left: "-50%"}, 300); $("#udBgRight").animate({right: "-50%"}, 300, () => { $("#udPreLoader").fadeOut(10); }); }); });