Specifies the transition for animation.

Namespace:  C1.Web.UI.Controls.C1NavPanel
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute(Easing.EaseInOutCubic)]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, Easing.EaseInOutCubic)]
[NotifyParentPropertyAttribute(true)]
[C1CategoryAttribute("Category.Behavior")]
public virtual Easing AnimationEasing { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Easing.EaseInOutCubic)> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, Easing.EaseInOutCubic)> _
<NotifyParentPropertyAttribute(True)> _
<C1CategoryAttribute("Category.Behavior")> _
Public Overridable Property AnimationEasing As Easing
	Get
	Set

See Also