14.12.2018.
Changed
- Changed how custom event is dispatched.
13.12.2018.
Changed
- Custom event is broadcasted out of
requestAnimationFrame
. This prevents waiting for doublerAF
calls if event handler is using it as well.
30.07.2018.
Added
- Added
scrollPosition
as anscrollPositionY
alias for backwards compatibility
15.06.2018.
Changed****Add
- Passive events are used by default if browser supports them #1
15.06.2018.
Changed
- Renamed
scrollPosition
event property toscrollPositionY
Added
- Enabled horizontal scroll tracking and added
scrollPositionX
event property - This changelog
For changes prior version 1.0.0 please check the commit list.