This documentation is archived and is not being maintained.
AjaxOptions::LoadingElementDuration Property
Gets or sets a value, in milliseconds, that controls the duration of the animation when showing or hiding the loading element.
Namespace:
System.Web.Mvc.Ajax Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
public:
property int LoadingElementDuration {
int get ();
void set (int value);
}
Property Value
Type:
System::Int32A value, in milliseconds, that controls the duration of the animation when showing or hiding the loading element.
By default, the animation fades in and fades out.