Replaces the standard jQuery timer loop with requestAnimationFrame where supported.
Requires jQuery 1.8+
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="jquery.requestAnimationFrame.min.js"></script>
(Coming soon)
(Coming soon)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
Also, please don't edit files in the "dist" subdirectory as they are generated via grunt. You'll find source code in the "src" subdirectory!
(Nothing yet)
Copyright (c) 2012 Corey Frang
Licensed under the MIT license.