Version

maxSpeed Property

Gets the maximum speed of the animation.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_maxSpeed() : int
function set_maxSpeed(value : int)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfContinuousAnimation.get_maxSpeed();
See Also