I'd like to reproduce an effect similar to this page: http://artofflightmovie.com/ where the vertical scrollbar controls the progression of the browser "viewport" over a pre-defined path.
I am thinking the easiest way of going about this is through the use of javascript to read the scroll bar value and position background elements accordingly.
Is it possible to obtain the vertical scroll bar value in Javascript? Am I approaching this design wrong?