标签: javascript html5 google-chrome firefox gpu
据我所知,不同的浏览器使用requestAnimationFrame的不同实现。
我需要知道哪些因素(硬件/软件)会影响回调频率,具体涉及GPU如何?
是否在某处提到了实施规范?
(我在以下链接中发现它肯定会产生一些影响:
http://www.useragentman.com/blog/2012/09/23/cross-browser-gpu-acceleration-and-requestanimationframe-in-depth/
“GPU加速与requestAnimationFrame有什么关系?大多数时候,如果GPU加速在浏览器中处于活动状态,则意味着requestAnimationFrame回调会更频繁地发生”)
感谢。