Functiondojox.fx.wipeTo

dojo.require("dojox.fx._base");
defined in dojox/fx/_base.js

Returns an animation that will expand the node defined in 'args' object from it's current to the height or width value given by the args object.

default to height:, so leave height null and specify width: to wipeTo a width. note: this may be deprecated by a

Note that the final value should not include units and should be an integer. Thus a valid args object would look something like this:

dojox.fx.wipeTo({node: "nodeId", height: 200}).play();

Node must have no margin/border/padding, so put another node inside your target node for additional styling.

Usage

function (/*Object*/ args) (view source)
parametertypedescription
argsObject