Currently, I have a lengthy scrolling webpage that utilizes fullpage.js. The navigation is fixed in position over the page and each active slide is highlighted by its corresponding link.
My goal is to have the link move to the top position when it's active, while still maintaining the order of the remaining links in a manner similar to the scroll wheel on iOS.
Does anyone have any recommendations on the most effective way to achieve this functionality? I've attempted using slick, something along the lines of what's showcased on CodePen: /DrizzlyOwl/pen/adZmem
Thanks in advance!