Does anyone have any suggestions for creating a scrolling effect similar to the one on this website?
I want to implement a scroll effect where each presentation page is revealed one by one when the user scrolls using their mouse wheel, encouraging them to spend at least a few seconds on each page before moving on.
My website was built using React and includes a pinned site navigation menu on the left, a pinned page navigation menu on the right, and main content in the center. I would like to apply the scroll effect only to the main content while keeping the right and left parts unchanged.