dojox.fx.highlight
dojo.require("dojox.fx._base");
defined in dojox/fx/_base.js
Returns an animation that sets the node background to args.color then gradually fades back the original node background color
Usage
function (/*Object*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object |
Examples
Example 1
dojox.fx.highlight({ node:"foo" }).play();