BootstrapRangeSelectorBehaviorSettings.AnimationEnabled Property
Specifies whether the chart series and the sliders animation is enabled.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, if the animation is enabled; otherwise false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to AnimationEnabled |
---|---|
BootstrapRangeSelector |
|
Remarks
This option enables animation in chart series and sliders. Chart series are drawn with an animation once a web page is loaded. The animation for sliders means that they move smoothly to the nearest tick when the slider position is changed.
See Also