madebysource / animated-scrollto

Animated scrolling without any dependency on libraries
MIT License
319 stars 57 forks source link

Added firefox & IE support + fixed callback not firing. #9

Open gijsroge opened 9 years ago

gijsroge commented 9 years ago
gijsroge commented 9 years ago

Note: removed the hardcoded fix for scrolling with the body element. You should include this polyfill to fix the issue -> https://github.com/mathiasbynens/document.scrollingElement

derek-schultz commented 7 years ago

Why was this never merged? Does it still work?

gijsroge commented 7 years ago

@derek-schultz Probably because they are busy which is perfectly reasonable, in the mean time you can use my fork. https://github.com/gijsroge/animated-scrollto

nikoloza commented 7 years ago

@gijsroge I used your repository as replacing NPM package of this one, but it still does not work on FF

gijsroge commented 7 years ago

@nikoloza Did you add the scollingElement polyfill? See: https://github.com/gijsroge/animated-scrollto#browser-support