TooltipAnimationOptions
Props
The following table outlines the props for the TooltipAnimationOptions:
| Name | Type | Default | Description |
|---|---|---|---|
| close | { effect: 'FadeOut', duration: 150, delay: 0 } | Animation settings to be applied on the Tooltip, when it is closed. | |
| open | { effect: 'FadeIn', duration: 150, delay: 0 } | Animation settings to be applied on the Tooltip, while it is being shown over the target. |