-
Notifications
You must be signed in to change notification settings - Fork 72
1.0 Roadmap
jeremyckahn edited this page May 22, 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 functionality
- Make
Kapi.prototype.draw
private - IE >= 7 support for DOM animations
- Node.js support
- A source styleguide (and adherence to the styleguide)
- Documentation, tests and examples of all APIs and options
- Generate-able, browser-friendly documentation
- A test runner in Node that enables the same tests to be run in the browser and CLI