I\'m not a programmer, but I use the code below to scroll the page to the top.
How can I adapt it to make a scroll down?
I mostly use following code to scroll down
$('html, body').animate({ scrollTop: $(SELECTOR).offset().top - 50 }, 'slow');