[scrolling] pointer-events:none to disable hover effects

Hi,

This article demonstrates how disabling hover effects via
pointer-events:none on scrolling helps significantly reduce janking:
http://www.thecssninja.com/javascript/pointer-events-60fps

I wonder if part of the smooth scrolling discussion should include
making that optimization much easier to enable (right now it requires
some JavaScript).

Dom

Received on Thursday, 28 November 2013 09:25:26 UTC