diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
commit | 1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch) | |
tree | 3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/fx/README | |
parent | 104d59099e048688c4dbac37d72137006e396558 (diff) | |
download | semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.bz2 |
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/fx/README')
-rw-r--r-- | includes/js/dojox/fx/README | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/includes/js/dojox/fx/README b/includes/js/dojox/fx/README deleted file mode 100644 index 7eb06a8..0000000 --- a/includes/js/dojox/fx/README +++ /dev/null @@ -1,77 +0,0 @@ -------------------------------------------------------------------------------- -dojox.fx -------------------------------------------------------------------------------- -Version 1.0.0 -Release date: 10/31/2007 -------------------------------------------------------------------------------- -Project state: -prototype / experimental -------------------------------------------------------------------------------- -Credits - Peter Higgins (dante) - Jonathan Bond-Caron (jbondc@gmail.com) - Shane O'Sullivan (shaneosullivan1@gmail.com) - Bryan Forbes (bforbes) - -------------------------------------------------------------------------------- -Project description - - dojox.fx provides a class of animation effects to use, and - other animation and Effects additions to dojo base. - -------------------------------------------------------------------------------- -Dependencies: - - dojox.fx requires dojo (core) and the dojo.fx package - dojox.fx.easing requires only dojo core. - dojox.fx.scroll requires dojox.fx._core and dojo.fx - -------------------------------------------------------------------------------- -Documentation - - existing API surface: - - dojox.fx._base: - - dojox.fx.crossFade - crossfade two nodes easily - - dojox.fx.sizeTo - size a node about it's center to a new width/height - - dojox.fx.slideBy - slide a node by a t,l offset - - dojox.fx.highlight - animates the background color of a node, and returns - it to the color it was. - - (all use standard _Animation properties, like duration, easing, node, etc) - - dojox.fx._core: - - dojox.fx._Line - a 2-d _Line implementation, backwards compatible with - dojo._Line ... you might could safely do something akin to - dojo._Line.prototype = dojox.fx._Line.prototype; - and enable this for all dojo _Animations? - - dojox.fx.style: - experimental CSS animation via class definitions - - dojox.fx.addClass - animate the effects of applying a class to a node - - dojox.fx.removeClass - " " " " removing a class from a node - - dojox.fx.toggleClass - wrapper for addClass/removeClass - - dojox.fx.easing: - a collection of easing functions to use - this is a "stand alone" class, and can be used via: - dojo.require("dojox.fx.easing"); - to use in an _Animation easing: property - ported/decoded by Bryan Forbes from Robert Penner's Flash easing - functions, contributed under CLA. - - dojox.fx.ext-dojo.NodeList - extensions to dojo.NodeList-fx wrapping the - relevant dojox.fx animations into dojo.NodeList - - dojox.fx.Shadow - Class to add drop shadows to a node - -------------------------------------------------------------------------------- -Installation instructions - -Grab the following from the Dojo SVN Repository: -http://svn.dojotoolkit.org/dojo/dojox/trunk/fx.js -http://svn.dojotoolkit.org/dojo/dojox/trunk/fx/* - -Install into the following directory structure: -/dojox/fx/ - -...which should be at the same level as your Dojo checkout. -------------------------------------------------------------------------------- |