On Thursday, 19 February 2015 18:27:48 UTC-8, Robert O'Callahan  wrote:
> Last week in Sydney I spent a lot of time talking to Chrome devs about
> different approaches for 60fps effects in Web pages.

One complaint I see that is pretty common: image decoding on the main thread in 
WebKit. I don't remember how this works in Gecko, but it's definitely enough to 
blow the 15ms budget while scrolling. It also bumps into various 
image-discarding strategies that are done in order to save memory.

- Rob
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to