TooltipEffect
Defines the available animation effects for a tooltip.
Values
FadeIn
- Fade-in animation effect where the tooltip slowly increases its visibility to 100%.FadeOut
- Fade-out animation effect where the tooltip slowly decreases its visibility to 0%.FadeZoomIn
- Fade-in animation effect combined with a zoom-in effect.FadeZoomOut
- Fade-out animation effect combined with a zoom-out effect.FlipXDownIn
- Flip-down animation effect where the tooltip starts upside down and flips down to become fully visible.FlipXDownOut
- Flip-down animation effect where the tooltip starts fully visible and flips down to become invisible.FlipXUpIn
- Flip-up animation effect where the tooltip starts upside down and flips up to become fully visible.FlipXUpOut
- Flip-up animation effect where the tooltip starts fully visible and flips up to become invisible.FlipYLeftIn
- Flip-left animation effect where the tooltip starts from the right side and flips left to become fully visible.FlipYLeftOut
- Flip-left animation effect where the tooltip starts from the left side and flips left to become invisible.FlipYRightIn
- Flip-right animation effect where the tooltip starts from the left side and flips right to become fully visible.FlipYRightOut
- Flip-right animation effect where the tooltip starts from the right side and flips right to become invisible.ZoomIn
- Animation effect where the tooltip starts small and slowly grows in size to become fully visible.zoomOut
- Animation effect where the tooltip starts full size and slowly decreases in size to become invisible.None
- The tooltip appears and disappears without animation.