Skip to content

Commit

Permalink
Fix requestAnimationFrame polyfill URL (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyle authored and mischah committed Jun 18, 2016
1 parent 1eea01e commit dda202f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/requestanimationframe.md
Expand Up @@ -2,7 +2,7 @@ feature: requestAnimationFrame
status: use
tags: polyfill gtie9
kind: api
polyfillurls: [requestAnimationFrame polyfill](https://gist.github.com/1579671)
polyfillurls: [requestAnimationFrame polyfill](https://gist.github.com/paulirish/1579671)

[requestAnimationFrame is recommended](http://paulirish.com/2011/requestanimationframe-for-smart-animating/) for animation as it's battery and power friendly and allows the browser to optimize the performance of your animations.

Expand Down

0 comments on commit dda202f

Please sign in to comment.