gouldei
gouldei

Reputation: 21

How to have fixed scrolling in a webpage?

I'm trying to figure out how to have fixed scrolling in a webpage like what's used here: http://manifeste.hermes.com/en_WW/?

It looks like when you scroll it automatically smooth scrolls to the next div. I assume there's some JavaScript involved, but it's beyond my knowledge how to do this.

Can anyone show me how this is done?

Upvotes: 0

Views: 49

Answers (1)

nullbyte
nullbyte

Reputation: 59

You can use this nice, lightweight javascript plugin alvarotrigo fullPage.js they have a nice explanation and examples on the github page.

fullPage.js Demo

Upvotes: 2

Related Questions