Skip to main content
All docs
V24.1

DxGaugeAnimationSettings.Easing Property

Specifies the animation easing mode.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type Default Description
AnimationEaseMode EaseOutCubic

An enumeration value.

Available values:

Name Description
EaseOutCubic

The animation progresses quickly at the beginning and slows down at the end.

Linear

The animation speed is constant.

Remarks

Refer to the DxGaugeAnimationSettings class description for more information and an example.

See Also