anim_encoder icon indicating copy to clipboard operation
anim_encoder copied to clipboard

requestAnimationFrame

Open dotnetCarpenter opened this issue 8 years ago • 0 comments

This implementation feature detect window.requestAnimationFrame on load and provides either an empty wrapping function if no support or a function which calls window.requestAnimationFrame with the supplied function.

Pros:

  1. Give the browser the option to stop the animation when the page/tab is not in focus to save battery

Cons:

  1. None :dancers:

dotnetCarpenter avatar Mar 14 '16 00:03 dotnetCarpenter