Version

animationDuration Property

Gets the animation duration, which will be used for expanding or collapsing tree nodes.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_animationDuration() : Integer
function set_animationDuration(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataTree.get_animationDuration();
See Also