I want to use requestAnimationFrame on my mobile web application but also support browsers. Please advise me the best polyfill for requestAnimationFrame out there.
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 ...