Skip to main content

BootstrapChartAnimationSettings.Easing Property

Specifies the easing function of the animation.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(VizAnimationEasing.EaseOutCubic)]
public VizAnimationEasing Easing { get; set; }

Property Value

Type Default Description
DevExpress.Web.Bootstrap.VizAnimationEasing EaseOutCubic

One of the VizAnimationEasing enumeration values.

Property Paths

You can access this nested property as listed below:

Object Type Path to Easing
BootstrapChartBase

Remarks

Easing functions specify how the speed of the animation changes over time. The following easing functions are available.

  • easeOutCubic

    The animation starts fast and slows down gradually towards the end.

  • linear

    The animation progresses at a constant pace.

See Also