source: Dev/branches/rest-dojo-ui/client/dojox/css3/README @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 1.4 KB
Line 
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.
Note: See TracBrowser for help on using the repository browser.