The version that you requested is unavailable. We've redirected you to the latest version of the help.
Version

fadeOpenEquationType Property

Gets sets equation type of fade for open action as Number.Equation type.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_fadeOpenEquationType() : AnimationEquationType
function set_fadeOpenEquationType(value : AnimationEquationType)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSlideFadeAnimation.get_fadeOpenEquationType();
See Also