cancelAnimationFrame
gbouteiller opened this issue · 4 comments
gbouteiller commented
Hi guys,
First of all, congratulations for the amazing job done.
I'd like to know as requestAnimationFrame is already available if it is possible to add cancelAnimationFrame.
Thank you very much
EisenbergEffect commented
@jdanyow We don't actually have this in our polyfills do we?
gbouteiller commented
Hello Rob,
I'm taking the liberty to speak for Jeremy as he asked me to create the issue ;).
Thank you again
jdanyow commented
@EisenbergEffect we don't have rAF or cAF in the aurelia polyfills- folks supporting IE9 pull in a separate polyfill like https://www.npmjs.com/package/raf
EisenbergEffect commented
@jdanyow Would you be willing to update the docs on bootstrapping older browser to include information on how to configure this?