React PieChart - animation
easing
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.
Use the VizAnimationEasing
enum to specify this option when the widget is used as an ASP.NET MVC Control. This enum accepts the following values: EaseOutCubic
and Linear
.
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.