Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does WebKit use OpenGL to render CSS transitions?

Does WebKit use OpenGL to render CSS transitions, or does it use software rendering?

like image 679
wanderingbear Avatar asked Jul 04 '11 06:07

wanderingbear


1 Answers

WebKit is just a frontend. It depends on the backend and the hardware support. Google Chrome uses skia as a back-end and it can use software or hardware. So the answer is it depends on the implementation of the back-end and the hardware it is running on.

like image 154
masebase Avatar answered Oct 23 '22 01:10

masebase