I am building a jQuery app using animation.
Currently the requestAnimationFrame
API pauses the animating if I minimize my browser or change browser tab, then when I come back to my application it starts again.
Would it be possible to avoid this pause so the animation keeps running when I leave the current tab?