I'm interested in implementing fixed scrolling on a webpage similar to the effect used here: .
When you scroll on that website, it smoothly transitions to the next div. I believe there is some JavaScript involved, but I am not sure how to achieve this myself.
Is there anyone who can guide me on how to create this type of scrolling?