Click or drag to resize
AnimationSettingsType Property

Gets or sets the effect that will be used for the animation.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual AnimationType Type { get; set; }

Property Value

Type: AnimationType
On of the AnimationType values. The default value is OutQuart.
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.
See Also