jimmynotjim / scrollnav

A dependency free JavaScript plugin for auto generating single page navigation
http://scrollnav.com
MIT License
461 stars 127 forks source link

Active class update #24

Closed jimmynotjim closed 11 years ago

jimmynotjim commented 11 years ago

This PR resets the active class to the nav item matching the top most section within the view bounds and adds an in-view class to all nav items matching sections within the view bounds. It's still not the perfect scenario, but at least it's better.