This question already has an answer here:
I am trying to create a next/prev scrollTo on a horizontal navigation (slideshow-like), and can't find any articles on how to scrollTo where there's no anchor involved.
How do I make it so that every time you hit Next - the scrollTo moves a certain amount of pixels instead of to an anchor?

window.scrollBy(x, y)method. – Teemu Feb 15 at 16:01