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