Functiondojo.fadeIn

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

Returns an animation that will fade node defined in 'args' from its current opacity to fully opaque.

Usage

function (/*dojo.__FadeArgs*/ args) (view source)
parametertypedescription
argsdojo.__FadeArgs
fieldtypedescription
.durationIntegerOptional. Duration of the animation in milliseconds.
.easingFunctionOptional. An easing function.
.nodeDOMNode|StringThe node referenced in the animation