Version

type Property

Gets the type of animation that will be peformed by the control.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_type() : AnimationObject
function set_type(value : AnimationObject)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfScrollAnimations.get_type();
See Also