29 November 2013 10:30
60fps scrolling using pointer-events: none | The CSS Ninja - All things CSS, JavaScript & HTML
by srcmax & 1 otherPaul Lewis did an interesting article a while back about avoiding unnecessary paints through disabling hover effects as the user scrolls, which is a great approach. The down side being managing all your hover states through a parent class.
1
(1 marks)