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 | ------------------------------------------------------------------------------- |
---|
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 | ------------------------------------------------------------------------------- |
---|
17 | Dependencies: |
---|
18 | |
---|
19 | Dojo core (package loader, connect, dom-style, fx, html) |
---|
20 | dojox/html/ext-dojo/style to handle transform and transform origin |
---|
21 | dojox/fx/ext-dojo/complex to handle animations with multiple values |
---|
22 | |
---|
23 | ------------------------------------------------------------------------------- |
---|
24 | Documentation: |
---|
25 | |
---|
26 | See the Dojo API tool (http://dojotoolkit.org/api) |
---|
27 | |
---|
28 | ------------------------------------------------------------------------------- |
---|
29 | Installation instructions |
---|
30 | |
---|
31 | Grab the following from the Dojo SVN Repository: |
---|
32 | http://svn.dojotoolkit.org/src/dojo/dojox/trunk/css3/fx.js |
---|
33 | |
---|
34 | Install 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.