Class AnimationType
Specifies the type of animation.
Inheritance
System.Object
AnimationType
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AnimationType : Enum
Fields
Linear
Defines the linear animation type.
Declaration
public const AnimationType Linear
Field Value
Type |
---|
AnimationType |
Progressive
Defines the progressive animation type.
Declaration
public const AnimationType Progressive
Field Value
Type |
---|
AnimationType |
Rect
Defines the rect animation type.
Declaration
public const AnimationType Rect
Field Value
Type |
---|
AnimationType |