made several optimizations to the Animation class. removed FRAF logic. Using performance.now when available. No longer creating a new function for every animation loop. requestAnimFrame is now called before render instead of after

This commit is contained in:
Eric Rowell
2014-02-19 08:39:38 -08:00
parent 02acf9b2ba
commit f8ccd574cb
3 changed files with 8303 additions and 37 deletions

8167
tests/js/unitTests.js Normal file

File diff suppressed because one or more lines are too long