Version

animationEquationType Property

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