ChrisWojcik / single-page-nav

jQuery plugin that provides smooth scrolling and advanced navigation for single page websites.
http://chriswojcik.net/demos/single-page-nav/
161 stars 74 forks source link

Change hash on scroll #6

Closed fdaciuk closed 10 years ago

ChrisWojcik commented 10 years ago

What's your rationale for wanting the hash change to occur before the scroll completes? Seems like a preference issue to me, but have you found it better for usability, etc?

fdaciuk commented 10 years ago

Hey! The original code don't change the hash on the mousescroll event. This PR is for that ;)