Constructordojo.__FadeArgs

<script src="../../js/dojo.js"></script>
defined in dojo/_base/fx.js

Usage

function (/*DOMNode|String*/ node, /*Integer?*/ duration, /*Function?*/ easing) (view source)
parametertypedescription
nodeDOMNode|StringThe node referenced in the animation
durationIntegerOptional. Duration of the animation in milliseconds.
easingFunctionOptional. An easing function.

Jump to PropertiesFunctionsBack to top

An easing function.

Jump to FunctionsPropertiesBack to top

Duration of the animation in milliseconds.
The node referenced in the animation