Guest User

Untitled

a guest
Oct 25th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. .load * {
  2. -webkit-transition: none !important;
  3. -moz-transition: none !important;
  4. -ms-transition: none !important;
  5. -o-transition: none !important;
  6. }
  7.  
  8. $(window).load(function() {
  9. $("body").removeClass("load");
  10. });
Add Comment
Please, Sign In to add comment