I'm currently working on achieving a similar effect to the one found on this website: . On that site, as you scroll down, the 'HELLO' text moves to the side. I've managed to do that part successfully, but I'm facing an obstacle regarding how to temporarily stop the page from scrolling while still allowing the scrollbar to move. This is necessary so I can utilize jQuery to re-enable scrolling once the user reaches a certain point of scrolling.
The link provides a clearer explanation than I can describe in words.