Skip to content
jeremyckahn edited this page May 9, 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
  • Support for all CSS properties and number-based formats (meaning: Not string values like "red") Done
  • Move all of the <canvas> rendering code into optional modules and make the rendering completely modular
  • Individual Kapi.Actor rendering contexts
  • 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