Does WebKit use OpenGL to render CSS transitions, or does it use software rendering?
|
feedback
|
|
WebKit is just a frontend. It depends on the backend and the hardware support. Google Chrome uses skia as a back-end and is can use software or hardware. So the answer is it depends on the implantation of the back-end and the hardware it is running on. | |||
|
feedback
|
|
From what I know the only hardware accelerated property using transitions is the Eg:
If you use just the | |||||||||||||
feedback
|