You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Replaces the standard jQuery timer loop with `requestAnimationFrame` where suppo
6
6
7
7
## What is `requestAnimationFrame`?
8
8
9
-
`requestAnimationFrame` is a [working draft spec](http://www.w3.org/TR/animation-timing/#requestAnimationFrame) that attempts to improve our animation performace by better syncing up with the frame rate of the browser. For more information, read this article on [Jank Busting](http://www.html5rocks.com/en/tutorials/speed/rendering/)
9
+
`requestAnimationFrame` is a [W3C spec](http://www.w3.org/TR/animation-timing/#requestAnimationFrame) (at [Candidate Recommendation](http://www.w3.org/2005/10/Process-20051014/tr.html#q74) level) that attempts to improve our animation performace by better syncing up with the frame rate of the browser. For more information, read this article on [Jank Busting](http://www.html5rocks.com/en/tutorials/speed/rendering/)
10
10
11
11
## Why should I use it?
12
12
@@ -53,5 +53,5 @@ _Also, please don't edit files in the "dist" subdirectory as they are generated
0 commit comments