jquery-requestAnimationFrame icon indicating copy to clipboard operation
jquery-requestAnimationFrame copied to clipboard

Replaces the standard jQuery timer loop with requestAnimationFrame where supported. Requires jQuery 1.8

Results 4 jquery-requestAnimationFrame issues
Sort by recently updated
recently updated
newest added

This will add the badge to show its version on CDNJS and also link to its page on CDNJS!

See http://jsfiddle.net/8Lgh6tsc/ If you change tab and come back the animation will jump to its state based on duration only, making as it didn't get paused.

https://github.com/kof/animationFrame

Hi @gnarf , the comments on https://gist.github.com/paulirish/1579671 shows that the pollyfil of requestAnimationFrame has issues on iOS. Issues on iframe and page-to-page navigation. You can read the comments. And the...