magic-akari / seamless-scroll-polyfill

Scroll Behavior polyfill
https://www.npmjs.com/package/seamless-scroll-polyfill
MIT License
159 stars 11 forks source link

Add smooth scroll behavior to scrolling that occurs on element.focus() #92

Open Tatious opened 4 years ago

Tatious commented 4 years ago

I've found this polyfill to be absolutely amazing for scrolling on a page, however, there are instances where the scrolling occurs through manually calling focus on an element. Having the smooth visual effect for all instances would be great. Thank you for your work on this!