Scroll to the next section

3

I already researched in several places but until now I have not found how to do this effect.

What I need is for the scroll to look exactly like this site: link

That is, whenever the user scrolls the site will go to the next section.

Does anyone know the name of this or how do you do it?

Thank you!

    
asked by anonymous 17.03.2016 / 17:26

1 answer

2

Good morning!

There are some plugins to play with the scroll and parallax effects. The ones I know are:

Scrollorama , StellarJS , Skrollr , ScrollMagic

Using some of these packages and a bit of javascript you can already do the desired effect, but if you still need something simpler, there is FullPage.js , which serves to separate the site into sections as a vertical slide.

    
25.03.2016 / 14:52