Created
June 12, 2016 12:36
-
-
Save Prezens/0f9fec0ee509c870953eedbc9253536e to your computer and use it in GitHub Desktop.
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
$(window).load(function() { | |
$(".circle").fadeOut(); | |
$(".preloader").delay(400).fadeOut("slow"); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment