Guest User

Untitled

a guest
Mar 20th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <script>
  2.  
  3. $(window).scroll(function() {
  4.  
  5. if ($(this).scrollTop()>5)
  6. {
  7. $('.mdl-layout__header-row, .logo, .navbar-default').fadeOut();
  8. }
  9.  
  10. });
  11. </script>
Add Comment
Please, Sign In to add comment