README 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. -------------------------------------------------------------------------------
  2. dojox.css3
  3. -------------------------------------------------------------------------------
  4. Version: 0.1
  5. Release date: 03/06/2010
  6. -------------------------------------------------------------------------------
  7. Project state: beta
  8. -------------------------------------------------------------------------------
  9. Project author
  10. Nicola Rizzo
  11. -------------------------------------------------------------------------------
  12. Project description
  13. Common animations (flip, bounce, puff, rotate, expand, shrink)
  14. using the CSS3 Transform property
  15. -------------------------------------------------------------------------------
  16. Dependencies:
  17. Dojo core (package loader, connect, dom-style, fx, html)
  18. dojox/html/ext-dojo/style to handle transform and transform origin
  19. dojox/fx/ext-dojo/complex to handle animations with multiple values
  20. -------------------------------------------------------------------------------
  21. Documentation:
  22. See the Dojo API tool (http://dojotoolkit.org/api)
  23. -------------------------------------------------------------------------------
  24. Installation instructions
  25. Grab the following from the Dojo SVN Repository:
  26. http://svn.dojotoolkit.org/src/dojo/dojox/trunk/css3/fx.js
  27. Install into the following directory structure:
  28. /dojox/css3/
  29. ...which should be at the same level as your Dojo checkout.