-
Notifications
You must be signed in to change notification settings - Fork 72
1.0 Roadmap
jeremyckahn edited this page Jun 21, 2012
·
27 revisions
Version 1.0 should fulfill the vision of the project: To provide a keyframe animation API that addresses the practical needs of web developers. Requirements:
-
requestAnimationFrame supportDone -
Support for all CSS properties and number-based formats (meaning: Not string values like "red")Done -
Implement the API changes discussed in issue #9Done -
RenameDonedraw
torender
-
Remove the rounding functionalityDone -
MakeDoneKapi.prototype.draw
private -
Change keyframe model to work like CSS keyframes See issue #11Done -
Remove hide/show functionalityDone -
IE >= 7 support for DOM animationsDone -
Node.js supportDone -
A source styleguide (and adherence to the styleguide)Done Documentation, tests and examples of all APIs and options-
A test runner in Node that enables the same tests to be run in the browser and CLICould not get node-qunit to work, deferring this until after 1.0