From dda202fc51b7d14e4783fcf2d4bd1b313ab92e76 Mon Sep 17 00:00:00 2001 From: Carl Licata Date: Sat, 18 Jun 2016 15:33:39 -0400 Subject: [PATCH] Fix requestAnimationFrame polyfill URL (#390) --- posts/requestanimationframe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/requestanimationframe.md b/posts/requestanimationframe.md index f95cac9a..01b4c001 100644 --- a/posts/requestanimationframe.md +++ b/posts/requestanimationframe.md @@ -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.