Created
April 23, 2018 06:40
-
-
Save DevShahidul/7edbd0c9a90fc9ce64434a40ad1ccc09 to your computer and use it in GitHub Desktop.
See example here >>> https://www.webtricker.com/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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