zloirock/core-js

requestAnimationFrame polyfill

Open

#1523 aperta il 16 mar 2026

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (1609 fork)batch import
enhancementhelp wantedweb standards

Metriche repository

Star
 (23.771 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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)

Guida contributor