lukehaas / Scrollify

A jQuery plugin that assists scrolling and snaps to sections.
MIT License
1.8k stars 579 forks source link

Scrollify and Popstate scroll animation #339

Open McFly2000 opened 6 years ago

McFly2000 commented 6 years ago

Hello, and first of all thank you LukeHaas for your work. I'm having a problem here. I'm working with the option "updateHash: false" and I update URL with "window.history.pushState". I need to play the scroll animation when I click "popState" (back & forward) nav button, but it does not play with default settings. So I do the animation with js animate, and I need to update currentIndex value to keep the navigation order. Can you help me please? thank you very much