Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. function nextButton() {
  2.  
  3. $('html, body').animate({
  4. scrollTop: $(window).height()
  5. }, 1000);
  6.  
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement