Version

fadeInEquationType Property

Gets sets equation type of fade animation for show action.Equation type of fade animation. That should be a number in range of 0-4.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_fadeInEquationType() : AnimationEquationType
function set_fadeInEquationType(value : AnimationEquationType)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfAjaxIndicator.get_fadeInEquationType();
See Also