Skip to content

Instantly share code, notes, and snippets.

@AlexandrKutsenko
Created May 18, 2018 09:01
Show Gist options
  • Save AlexandrKutsenko/3dc2282713cf726bd5e7b9b282fd82fd to your computer and use it in GitHub Desktop.
Save AlexandrKutsenko/3dc2282713cf726bd5e7b9b282fd82fd to your computer and use it in GitHub Desktop.
$(window).load(function() {
$(".loader_inner").delay(600).fadeOut();
$(".loader").delay(600).fadeOut("slow");
});
.loader
background: none repeat scroll 0 0 #161616
bottom: 0
height: 100%
left: 0
position: fixed
right: 0
top: 0
width: 100%
z-index: 9999
.loader_inner
background-image: url("../img/preloader2.gif")
background-repeat: no-repeat
background-position: center center
background-color: #161616
height: 600px
display: flex
justify-content: center
align-items: center
@AlexandrKutsenko
Copy link
Author

preloader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment