This repository has been archived by the owner on Jul 5, 2021. It is now read-only.
Add IE11 support to scroll hook
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
.