Open oliviertassinari opened 8 years ago
The requestAnimationFrame API only have 90% rate adoption. E.g. it's not supported on IE9. I'm wondering if adding a polyfill here would make sense. At least, the browser support should be documented.
requestAnimationFrame
I did not know that. I think the README should point people to a polyfill. Would accept any PR to update it.
The
requestAnimationFrame
API only have 90% rate adoption. E.g. it's not supported on IE9. I'm wondering if adding a polyfill here would make sense. At least, the browser support should be documented.