react-fullpage icon indicating copy to clipboard operation
react-fullpage copied to clipboard

Scrolling multiple sections at once.

Open lightninglu10 opened this issue 7 years ago • 4 comments

Hey guys, I'm using react-fullpage and when I scroll, but if I make my scroll gesture too long on the mac, I scroll through 2 sections at once. It will scroll to the next section, and then scroll to the next one.

Any fixes?

lightninglu10 avatar Jun 22 '17 05:06 lightninglu10

@lightninglu10 could you post a demo or link to a repo?

0xpatrickdev avatar Jun 22 '17 14:06 0xpatrickdev

https://lightninglu10.github.io/lunyr-web

If I have a long scroll on my stroke then it goes 2 cards. Almost like it detects the scrollbar going two cards up.

@pcooney10

lightninglu10 avatar Jun 22 '17 17:06 lightninglu10

Hey @lightninglu10, the scroll seems to be working fine on my browser / computer (also a mac). Were you able to fix it, or are you still experiencing the error?

If you are concerned others might experience the same issue as you, I would just set scrollBar to to true. You lose the cool snappy-ness between the sections, but you avoid the "scroll hijacking" many consider to be an anti-pattern.

0xpatrickdev avatar Jun 26 '17 16:06 0xpatrickdev

If you do long swipe on trackpad, you get multiple scrolling

EvgeniyPolovniy avatar Aug 08 '17 07:08 EvgeniyPolovniy