0

I am using Fullpage.js library and it works fine out of the box, but I need to adjust some settings. I've set scrollingSpeed: 300, and now it behaves weirdly.

When a default value is used (it is 700) everything works fine, but when I set scrollingSpeed to lower value the problem appears. While scrolling most of times multiple sections are scrolled at once for example one section is skipped.

I've not found any option to change this behavior, I need something like debounce, throttle or just change scroll sensitivity.

Please help me to solve this problem.

Blauharley
  • 4,186
  • 6
  • 28
  • 47

1 Answers1

0

That's a well known fullPage.js issue as you can see here.

It hasn't been solved so far.

Alvaro
  • 40,778
  • 30
  • 164
  • 336