Class Effect
Animation effects that are applicable to the Tooltip. A different animation can be set for tooltip open and close action.
Inheritance
Namespace: Syncfusion.Blazor.Popups
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Effect : Enum
Fields
FadeIn
Tooltip open/close actions occur with the FadeIn animation effect.
Declaration
public const Effect FadeIn
Field Value
Type |
---|
Effect |
FadeOut
Tooltip open/close actions occur with the FadeOut animation effect.
Declaration
public const Effect FadeOut
Field Value
Type |
---|
Effect |
FadeZoomIn
Tooltip open/close actions occur with the FadeZoomIn animation effect.
Declaration
public const Effect FadeZoomIn
Field Value
Type |
---|
Effect |
FadeZoomOut
Tooltip open/close actions occur with the FadeZoomOut animation effect.
Declaration
public const Effect FadeZoomOut
Field Value
Type |
---|
Effect |
FlipXDownIn
Tooltip open/close actions occur with the FlipXDownIn animation effect.
Declaration
public const Effect FlipXDownIn
Field Value
Type |
---|
Effect |
FlipXDownOut
Tooltip open/close actions occur with the FlipXDownOut animation effect.
Declaration
public const Effect FlipXDownOut
Field Value
Type |
---|
Effect |
FlipXUpIn
Tooltip open/close actions occur with the FlipXUpIn animation effect.
Declaration
public const Effect FlipXUpIn
Field Value
Type |
---|
Effect |
FlipXUpOut
Tooltip open/close actions occur with the FlipXUpOut animation effect.
Declaration
public const Effect FlipXUpOut
Field Value
Type |
---|
Effect |
FlipYLeftIn
Tooltip open/close actions occur with the FlipYLeftIn animation effect.
Declaration
public const Effect FlipYLeftIn
Field Value
Type |
---|
Effect |
FlipYLeftOut
Tooltip open/close actions occur with the FlipYLeftOut animation effect.
Declaration
public const Effect FlipYLeftOut
Field Value
Type |
---|
Effect |
FlipYRightIn
Tooltip open/close actions occur with the FlipYRightIn animation effect.
Declaration
public const Effect FlipYRightIn
Field Value
Type |
---|
Effect |
FlipYRightOut
Tooltip open/close actions occur with the FlipYRightOut animation effect.
Declaration
public const Effect FlipYRightOut
Field Value
Type |
---|
Effect |
None
Tooltip open/close actions occur without any animation effect.
Declaration
public const Effect None
Field Value
Type |
---|
Effect |
ZoomIn
Tooltip open/close actions occur with the ZoomIn animation effect.
Declaration
public const Effect ZoomIn
Field Value
Type |
---|
Effect |
ZoomOut
Tooltip open/close actions occur with the ZoomOut animation effect.
Declaration
public const Effect ZoomOut
Field Value
Type |
---|
Effect |