Skip to content
jeremyckahn edited this page May 26, 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 support Done
  • Support for all CSS properties and number-based formats (meaning: Not string values like "red") Done
  • Implement the API changes discussed in issue #9 Done
  • Rename draw to render Done
  • Remove the rounding functionality Done
  • Make Kapi.prototype.draw private Done
  • Change keyframe model to work like CSS keyframes See issue #11 Done
  • Remove hide/show functionality Done
  • 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
Clone this wiki locally