Class GlobalAnimationMode
Specifies the global animation behavior applied to Blazor Toolkit components.
Inheritance
System.Object
GlobalAnimationMode
Namespace: Syncfusion.Blazor.Toolkit
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public sealed class GlobalAnimationMode : Enum
Fields
Default
Use the default animation behavior (no override). The toolkit or application-level setting will determine whether animations are enabled.
Declaration
public const GlobalAnimationMode Default
Field Value
| Type |
|---|
| GlobalAnimationMode |
Disable
Force animations to be disabled for components that support animation effects.
Declaration
public const GlobalAnimationMode Disable
Field Value
| Type |
|---|
| GlobalAnimationMode |
Enable
Force animations to be enabled for components that support animation effects.
Declaration
public const GlobalAnimationMode Enable
Field Value
| Type |
|---|
| GlobalAnimationMode |