FullPage.JS Scrolling
问题 My question involves fullpage.js responding to (window).scroll events. I'm trying to have my application change the navbar on a scroll, but I can't get my site to log any of the scroll events. I tried following questions like: Animate in Nav bar on scroll. When I add the autoScrolling: false option to fullpage, it remedies the issue, but I would rather not use that option. I want to take advantage of the simple scroll action moving the entire page. I can provide a jsfiddle example if this is