Reputation: 553
What is the name or how can I make the effect of the scroll (when a scroll happens the page leads the user to another section of the page without showing the scrollbar) of the website below:
And how it can be do it using pure css/js or React if possible?
Upvotes: 0
Views: 416
Reputation: 116
It looks like the they're using a fullpage or fullscreen scrolling effect.
Here is the github link for the package they're using to do it: https://github.com/alvarotrigo/fullPage.js/
Upvotes: 2