Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Add IE11 support to scroll hook

Compare
Choose a tag to compare
@lpww lpww released this 11 Mar 22:04
· 83 commits to master since this release

In order to better support IE11, the scroll hook now internally uses window.pageXOffset instead of window.scrollX and window.pageYOffset instead of window.scrollY.