Looking to create a similar effect as seen on this website: where the vertical scrollbar determines the movement of the browser "viewport" along a set path.
I believe that using Javascript to track the scroll bar value and adjust background elements accordingly would be the most straightforward approach.
Is there a way to access the vertical scroll bar value in JavaScript? Is my method for achieving this effect accurate?