zloirock/core-js

requestAnimationFrame polyfill

开放

#1,523 创建于 2026年3月16日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (1,609 个派生)batch import
enhancementhelp wantedweb standards

仓库指标

星标
 (23,771 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is there plans to support requestAnimationFrame?

The polyfill plans, if planned I propose to be as follows---

  • Ancient webkit and firefox: redirect to mozRAF, webkitRAF (RAF is abbreviated) / mozCAF, webkit CRAF, etc.
  • Older broswers / node: Store a list of callbacks, pump them every 16ms (so all usages of RAF animates at the same time)

贡献者指南