aurelia/pal

cancelAnimationFrame

gbouteiller opened this issue · 4 comments

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

@jdanyow We don't actually have this in our polyfills do we?

Hello Rob,
I'm taking the liberty to speak for Jeremy as he asked me to create the issue ;).
Thank you again

@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

@jdanyow Would you be willing to update the docs on bootstrapping older browser to include information on how to configure this?