dojo.NodeList.fadeIn
dojo.require("dojo.NodeList-fx");
defined in dojo/NodeList-fx.js
fade in all elements of this NodeList. Returns an instance of dojo._Animation
Usage
function (args) (view source)
parameter | type | description |
---|---|---|
args |
Examples
Example 1
Fade in all tables with class "blah":
dojo.query("table.blah").fadeIn().play();