Functiondojo.NodeList.wipeTo

dojo.require("dojox.fx.ext-dojo.NodeList");
defined in dojox/fx/ext-dojo/NodeList.js

Wipe all elements of the NodeList to a specified width: or height:

Usage

function (args) (view source)
parametertypedescription
args  

Examples

Example 1

dojo.query(".box").wipeTo({ width: 300px }).play();