AurelioDeRosa/audero-sticky

Use a passive event listener to improve performance on scroll

Closed this issue · 0 comments

The W3C has specified a new feature for event listeners called passive event listener. It can improve the performance of a even listener attached on the scroll event under some circumstances. The listeners used in the library meet the required criteria, so this feature should be implemented.