BootstrapChartAnimationSettings.Easing Property
In This Article
Specifies the easing function of the animation.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(VizAnimationEasing.EaseOutCubic)]
public VizAnimationEasing Easing { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Ease |
One of the Viz |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Easing |
---|---|
Bootstrap |
|
#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