css - Any fallback for hardware accelerating everything? -


are there reasons not hardware-accelerate

transform: translate3d(0,0,0); 

using * selector?

what things should hardware accelerated , things not?

@imuxixd ask question , answer no shouldn't hardware accelerate may seem solve issue can causing several other issues. can cause weird display issues when you're trying z-index items hardware accelerating object tends remove them dom while animating.

i wrote extensive article on understandings , tests hardware acceleration here http://blog.zindustriesonline.com/gpu-accelerated-animations-and-composite-layering/ has video on subject matt seeley engineer @ netflix.

i hope helps understand little better benefits , downfalls of using hardware acceleration , best case scenarios use cases.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -