requestAnimationFrame Example

Action!

Play about with the framerate

Try switching browser tabs before 3 seconds has expired. requestAnimationFrame does not fire if tab is not in focus

Try switching browser tabs with frameAnimation set false.

Note : if you want accuracy and out-of-focus robustness you can belt-and-braces with the timeUpdate event or use jPlayer.