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