New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Duration
Type
Telerik.Web.UI.AnimationSettings
Represents the animation settings like type and duration.
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.ObjectWithState
- Telerik.Web.UI.AnimationSettings
Properties
Duration Int32
Gets or sets the duration in milliseconds of the animation.
Type AnimationType
Gets or sets the effect that will be used for the animation.
Remarks
Use the Type property of the AnimationSettings class to customize the effect used for the animation. To turn off animation effects set this property to None.