Why does enabling hardware-acceleration in CSS3 slow down performance?

后端 未结 6 1947
醉梦人生
醉梦人生 2020-11-30 17:23

I am moving 6000 small div elements in an css3 experiment using a transition from top: 0 to top: 145px to test performance.

Using n

6条回答
  •  情深已故
    2020-11-30 17:56

    Check chrome://flags in chrome. It says

    "When threaded compositing is enabled, accelerated CSS animations run on the compositing thread. However, there may be performance gains running with accelerated CSS animations, even without the compositor thread."

提交回复
热议问题