I'm wondering if it's safe to use requestAnimationFrame outside of experimenting yet? I guess you still need the vendor prefixes (moz, ms etc). How many of the modern browsers support it? And how big are the differences? I know FF had trouble with the fps capping at 62.5 - callback time.
Also what is the real difference in using requestAnimationFrame when compared to a setInterval loop?
cancelAnimationFrame), and you can safely emulate it through shim in legacy browsers. – c69 Mar 21 '12 at 13:14