【发布时间】:2011-09-02 13:00:41
【问题描述】:
编辑:这个问题现在只具有历史意义:
似乎已删除供应商前缀和特定于供应商的行为。
如果您愿意,请随时提出有关如何模仿旧的供应商特定行为的问题。
Chrome、Firefox、Internet Explorer 和 Opera 可能分别对requestAnimationFrame 有不同的功能:
webkitRequestAnimationFramemozRequestAnimationFramemsRequestAnimationFrameoRequestAnimationFrame
specification 非常清楚他们应该分享哪些行为,但有人对他们的不同之处有权威的回答吗?
编辑:目前,我接受我自己的答案。我仍然对 IE 10 的实现细节感兴趣,如果 Opera 实现它,Opera 的;如果有任何重大差异,我会更新问题。
【问题讨论】:
标签: javascript internet-explorer firefox google-chrome requestanimationframe