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

Add example implementations #16

Closed jonaskuske closed 2 years ago

jonaskuske commented 5 years ago

Some reference implementations of how to use this in combination with e.g. jQuery or more advanced libraries like smooth-scroll-into-view-if-needed would be handy.

Like this:

examples/
 - basic.js
 - jquery.js
 - advanced.js