This lesson will explore what problem passive event listeners are trying to solve, and how you can mark your event listeners as passive to improve scrolling performance. It also covers how some browsers automatically set touchstart
, touchmove
, wheel
and mousewheel
events added to the window
, document
or body
as passive by default.