Closed yshterev closed 6 years ago
According to latest best practices setting the passive option on touch and wheel event listeners can improve scrolling performance, for browsers that support it. Google's Lighthouse audit tool is giving a penalty for that.
passive
More info on this page and also how It can be implemented with a fallback.
@yshterev could you post your code solution? thanks!
@johjacb this has been fixed in #715
According to latest best practices setting the
passive
option on touch and wheel event listeners can improve scrolling performance, for browsers that support it. Google's Lighthouse audit tool is giving a penalty for that.More info on this page and also how It can be implemented with a fallback.