Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F948905
README
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
README
View Options
-------------------------------------------------------------------------------
dojox.fx
-------------------------------------------------------------------------------
Version 1.0.0
Release date: 10/31/2007
-------------------------------------------------------------------------------
Project state:
prototype / expermental
-------------------------------------------------------------------------------
Credits
Peter Higgins (dante)
Jonathan Bond-Caron (jbondc@gmail.com)
Shane O'Sullivan (shaneosullivan1@gmail.com)
-------------------------------------------------------------------------------
Project description
dojox.fx provides a class of animation effects to use, and
other animation addons to dojo base.
-------------------------------------------------------------------------------
Dependencies:
dojox.fx requires dojo (core) and the dojo.fx package
dojox.fx.easing requires only dojo core.
-------------------------------------------------------------------------------
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");
and provides:
dojo.fx.easing.easeIn/easeOut/easeInOut
to use in an _Animation easing: property
-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 20:11 (2 d, 18 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24631
Default Alt Text
README (2 KB)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment