Version

equationType Property

Gets the equation that will be used in the animation.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_equationType() : AnimationEquationType
function set_equationType(value : AnimationEquationType)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNextItemAnimation.get_equationType();
See Also