Skip to content

Instantly share code, notes, and snippets.

@Hatteron
Created July 8, 2017 13:42
Show Gist options
  • Save Hatteron/fdd22be7bf7735da6c798347ed45f195 to your computer and use it in GitHub Desktop.
Save Hatteron/fdd22be7bf7735da6c798347ed45f195 to your computer and use it in GitHub Desktop.
Preloader
$(window).load(function() {
$(".loader_inner").fadeOut();
$(".loader").delay(0).fadeOut(100);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment