Skip to content

Instantly share code, notes, and snippets.

@DevShahidul
Created April 23, 2018 06:40
Show Gist options
  • Select an option

  • Save DevShahidul/7edbd0c9a90fc9ce64434a40ad1ccc09 to your computer and use it in GitHub Desktop.

Select an option

Save DevShahidul/7edbd0c9a90fc9ce64434a40ad1ccc09 to your computer and use it in GitHub Desktop.
See example here >>> https://www.webtricker.com/
var preload = document.getElementById("main-preloader");
window.addEventListener("load", function(){
//preload.style.animation = " fadeOut 1s ease"
preload.style.display = " none"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment