1 2 3 4
// LOADER ANIMATION $(window).on("load", function () { $(".loader-wrapper").fadeOut("slow"); })