mauricevancooten / react-anchor-link-smooth-scroll

React component for anchor links using the smooth scroll polyfill.
243 stars 31 forks source link

Support for highlighting active link/waypoints #14

Closed haniotis closed 5 years ago

haniotis commented 5 years ago

Would be cool to add an option for highlighting the active anchor based on scroll position https://codepen.io/joxmar/pen/NqqMEg

mauricevancooten commented 5 years ago

You could use: Is any part of element in view port? https://gist.github.com/davidtheclark/5515733