I've been struggling to understand this issue and can't seem to find any help.
http://fiddle.jshell.net/DQgkE/7/show/
The user experience is currently a bit glitchy, but what I would like is:
1) When scrolling down the page, I want the Sticky Nav to be disabled at a specific location (chapter-3) on the page so that users can continue scrolling down.
2) When the user scrolls back up, the code should stick the nav back in place and move it up until it reaches its original position at the top.
Here's a starting point for reference:
3) It's kind of doing that already, but there seems to be a significant jump when scrolling back up.
Using options like disable, destroy, enable would be helpful.
Here's a cleaner version of the original experience: http://fiddle.jshell.net/DQgkE/1/show/
Thank you in advance for your help.