jonaskuske / smoothscroll-anchor-polyfill

⚓ Apply smooth scroll to anchor links, polyfill scroll-behavior
https://jonaskuske.github.io/smoothscroll-anchor-polyfill
MIT License
41 stars 3 forks source link

Support hashchange event #3

Closed jonaskuske closed 5 years ago

jonaskuske commented 5 years ago

Right now this polyfill only works when anchor elements are clicked, not on arbitrary hashchange events.

Will require some workarounds as hashchange events are not cancelable.