jstoudt / enscroll

A jQuery plugin for custom scrollbars
http://enscrollplugin.com
Other
73 stars 46 forks source link

Passive event listeners #77

Open chrishwick opened 7 years ago

chrishwick commented 7 years ago

Chrome's developer console suggests using passive event listeners for the 'touchstart' and 'wheel' events, which should improve scroll performance (especially on mobile devices). Is this something that's in your pipeline?