dojo.fx
dojo.require("dojo.fx");
defined in dojo/fx.js
Effects library on top of Base animations
ConstructorsBack to top

class constructor for an animation toggler. It accepts a packed set of arguments about what type of animation to use in each direction, duration, etc.
FunctionsBack to top

Chain a list of dojo._Animation s to run in sequence

Combine a list of dojo._Animation s to run in parallel
Returns an animation that will slide "node" defined in args Object from its current position to the position defined by (args.left, args.top).
Returns an animation that will expand the node defined in 'args' object from it's current height to it's natural height (with no scrollbar). Node must have no margin/border/padding.
Returns an animation that will shrink node defined in "args" from it's current height to 1px, and then hide it.