Skip to content

Commit d1163b6

Browse files
committed
Update readme to reflect current spec status
1 parent 85a4fff commit d1163b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Replaces the standard jQuery timer loop with `requestAnimationFrame` where suppo
66

77
## What is `requestAnimationFrame`?
88

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/)
1010

1111
## Why should I use it?
1212

@@ -53,5 +53,5 @@ _Also, please don't edit files in the "dist" subdirectory as they are generated
5353
* Initial Release
5454

5555
## License
56-
Copyright (c) 2012 Corey Frang
56+
Copyright (c) 2012 Corey Frang
5757
Licensed under the MIT license.

0 commit comments

Comments
 (0)