Prinzhorn / skrollr-menu

skrollr plugin for hash navigation
MIT License
285 stars 143 forks source link

New onSectionChanged event #78

Closed VonRehberg closed 9 years ago

VonRehberg commented 9 years ago

This new event notifies a listener when a new section enters the center of the viewport.

It enables users to implement live changing menus or similar.

Prinzhorn commented 9 years ago

Your code uses jQuery and also expects that section elements are being used. The problem you're trying to solve is much complexer on a general purpose level.