Search code examples
cssanimationrequestanimationframepolyfills

What is the best polyfill for requestAnimationFrame out there?


I want to use requestAnimationFrame on my mobile web application but also support browsers. Please advise me the best polyfill for requestAnimationFrame out there.


Solution

  • Usually, I use this one: https://gist.github.com/paulirish/1579671

    But don't expect too much: animation on old browsers is not that good ...