Enum AnimationEffect
Specifies the Animation effects.
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum AnimationEffect
Fields
| Name | Description |
|---|---|
| FadeIn | Defines the Animation effect as FadeIn. |
| FadeOut | Defines the Animation effect as FadeOut. |
| FadeZoomIn | Defines the Animation effect as FadeZoomIn. |
| FadeZoomOut | Defines the Animation effect as FadeZoomOut. |
| FlipLeftDownIn | Defines the Animation effect as FlipLeftDownIn. |
| FlipLeftDownOut | Defines the Animation effect as FlipLeftDownOut. |
| FlipLeftUpIn | Defines the Animation effect as FlipLeftUpIn. |
| FlipLeftUpOut | Defines the Animation effect as FlipLeftUpOut. |
| FlipRightDownIn | Defines the Animation effect as FlipRightDownIn. |
| FlipRightDownOut | Defines the Animation effect as FlipRightDownOut. |
| FlipRightUpIn | Defines the Animation effect as FlipRightUpIn. |
| FlipRightUpOut | Defines the Animation effect as FlipRightUpOut. |
| FlipXDownIn | Defines the Animation effect as FlipXDownIn. |
| FlipXDownOut | Defines the Animation effect as FlipXDownOut. |
| FlipXUpIn | Defines the Animation effect as FlipXUpIn. |
| FlipXUpOut | Defines the Animation effect as FlipXUpOut. |
| FlipYLeftIn | Defines the Animation effect as FlipYLeftIn. |
| FlipYLeftOut | Defines the Animation effect as FlipYLeftOut. |
| FlipYRightIn | Defines the Animation effect as FlipYRightIn. |
| FlipYRightOut | Defines the Animation effect as FlipYRightOut. |
| None | Defines the Animation effect as None. |
| SlideBottomIn | Defines the Animation effect as SlideBottomIn. |
| SlideBottomOut | Defines the Animation effect as SlideBottomOut. |
| SlideDown | Defines the Animation effect as SlideDown. |
| SlideLeft | Defines the Animation effect as SlideLeft. |
| SlideLeftIn | Defines the Animation effect as SlideLeftIn. |
| SlideLeftOut | Defines the Animation effect as SlideLeftOut. |
| SlideRight | Defines the Animation effect as SlideRight. |
| SlideRightIn | Defines the Animation effect as SlideRightIn. |
| SlideRightOut | Defines the Animation effect as SlideRightOut. |
| SlideTopIn | Defines the Animation effect as SlideTopIn. |
| SlideTopOut | Defines the Animation effect as SlideTopOut. |
| SlideUp | Defines the Animation effect as SlideUp. |
| ZoomIn | Defines the Animation effect as ZoomIn. |
| ZoomOut | Defines the Animation effect as ZoomOut. |