summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/css3/README
blob: fe72cd37953e0403d516f0dbe0455881e8f74cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
-------------------------------------------------------------------------------
dojox.css3
-------------------------------------------------------------------------------
Version: 0.1
Release date: 03/06/2010
-------------------------------------------------------------------------------
Project state: beta
-------------------------------------------------------------------------------
Project author
	Nicola Rizzo
-------------------------------------------------------------------------------
Project description
Common animations (flip, bounce, puff, rotate, expand, shrink)
using the CSS3 Transform property

-------------------------------------------------------------------------------
Dependencies:

Dojo core (package loader, connect, dom-style, fx, html)
dojox/html/ext-dojo/style to handle transform and transform origin
dojox/fx/ext-dojo/complex to handle animations with multiple values

-------------------------------------------------------------------------------
Documentation:

See the Dojo API tool (http://dojotoolkit.org/api)

-------------------------------------------------------------------------------
Installation instructions

Grab the following from the Dojo SVN Repository:
http://svn.dojotoolkit.org/src/dojo/dojox/trunk/css3/fx.js

Install into the following directory structure:
/dojox/css3/

...which should be at the same level as your Dojo checkout.