Faquir
Faquir

Reputation: 185

Jquery Fullpage - Disable scroll to intermediate slide

I'm using JQuery Fullpage plugin in a website but I need it to only allow scroll to the first slide of each section, i.e., if I'm in section 1 slide 2 and scroll down, it'll go to section 2 slide 1, but if I scroll up it'll take me to section 1 slide 2.

Is there any way to force it to always take me to slide 1 of each section, despite having scrolled up/down from any other slide of the previous/next section?

Thanks.

Upvotes: 1

Views: 351

Answers (1)

Alvaro
Alvaro

Reputation: 41595

fullPage.js doesn't provide such an option.

Feel free to request a plugin customization here.

Upvotes: 1

Related Questions