TooltipAnimationProps
Animation options that are common for both open and close actions of the Tooltip.
Props
The following table outlines the props for the TooltipAnimationProps:
| Name | Type | Default | Description |
|---|---|---|---|
| delay | number | 0 | Specifies the delay value in milliseconds and indicating the waiting time before animation begins. |
| duration | number | 150 | Specifies the duration of the animation that is completed per animation cycle. |
| effect | 'FadeIn' | Specifies the animation effect on the Tooltip, during open and close actions. |