My website's main page has 9 sections.
Each section is a div element with a height of 100vh.
When the user scrolls the page, I want the page to scroll in increments of 100vh, rather than the normal scroll behavior.
What is the Javascript/Jquery code to change the normal scroll behavior in order to make the page scroll in increments of 100vh?