Fullpage.js: Autoscroll skipping second slide.

Created on 8 Dec 2013  ·  3Comments  ·  Source: alvarotrigo/fullPage.js

Hello,

I am having an issue with the autoscroll functionality.

When scrolling down when on the first slide, the autoscroll will skip the second slide.
When scroll up from the first slide the auto scroll will once again skip the second slide.

It does not matter how many slide are in-between the first and last, it will scroll to the first or last no matter what.

Also is there a way to hide scroll bars with the scrolloverflow active? when I change the .scrollable class to hide them, I lose the functionality to scroll in the slide.

Most helpful comment

It seems you were having this exactly same problem: https://github.com/alvarotrigo/fullPage.js/issues/72

I quote the solution:
In order to solve it you can see that I´ve changed the anchors and the data-menuanchor of the menu to be different than the id of the sections.

All 3 comments

Using Alternative solution

It seems you were having this exactly same problem: https://github.com/alvarotrigo/fullPage.js/issues/72

I quote the solution:
In order to solve it you can see that I´ve changed the anchors and the data-menuanchor of the menu to be different than the id of the sections.

@alvarotrigo nice, it works. thank you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

VanIvano picture VanIvano  ·  5Comments

lunaandyou picture lunaandyou  ·  4Comments

pepi3 picture pepi3  ·  4Comments

LukeCarlThompson picture LukeCarlThompson  ·  4Comments

vanloc0301 picture vanloc0301  ·  5Comments