dojo.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)
parameter | type | description |
---|---|---|
args |
Examples
Example 1
dojo.query(".box").wipeTo({ width: 300px }).play();