How to scroll to section?

I will be making my sections so they fit inside a screen width and height, when I scroll down a new section will start. I would like to create an action, that when I scroll the mouse, the next section comes up to the top.

Is there a way to do this in webflow?

2 Likes

In Webflow you can give IDs to sections and use those IDs on links Once clicked, a link will scroll to put the top of the targeted section on the top.

However, Webflow doesn’t allow yet to catch the scroll event and target the next section automatically. You’re going to need custom JS code for that.

For example using fullpage.js fullPage.js | One Page Scroll sections Site Plugin

There was a discussion about it here : Fullpage.js scroll effect - General - Forum | Webflow

1 Like

Thank you for your reply, I think I will not do this then as then it would be difficult to do this and too much work.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.