digidem / react-dimensions

[Looking for maintainers]
http://lab.digital-democracy.org/react-dimensions/
450 stars 77 forks source link

requestAnimationFrame support #55

Open oliviertassinari opened 8 years ago

oliviertassinari commented 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.

gmaclennan commented 8 years ago

I did not know that. I think the README should point people to a polyfill. Would accept any PR to update it.