jonathantneal / polyfill

A polyfill combinator
MIT License
738 stars 13 forks source link

requestAnimationFrame #56

Closed jonathantneal closed 10 years ago

jonathantneal commented 10 years ago

Pretty simple to add. See: http://creativejs.com/resources/requestanimationframe/

In my testing, the time passed into the callback counts from the moment the page begins to load, not from the moment the first requestAnimationFrame is called. I will correct this.