You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`offset`|`10`| Number | Pixel offset of the tooltip. This will be the offset from the element the tooltip is open for, or from from mouse cursor if `followMouse` is `true`. |
95
95
|`fadeInTime`|`200`| Number | Tooltip fade-in time in milliseconds. |
96
96
|`fadeOutTime`|`200`| Number | Tooltip fade-out time in milliseconds. |
97
-
|`closeDelay`|`200`| Number | Time in milliseconds to wait after mouse cursor leaves the element before closing the tooltip. |
97
+
|`closeDelay`|`100`| Number | Time in milliseconds to wait after mouse cursor leaves the element before closing the tooltip. |
98
98
|`intentPollInterval`|`100`| Number | Hover intent polling interval in milliseconds. |
99
99
|`intentSensitivity`|`7`| Number | Hover intent sensitivity. The tooltip will not open unless the number of pixels the mouse has moved within the `intentPollInterval` is less than this value. These default values mean that if the mouse cursor has moved 7 or more pixels in 100 milliseconds the tooltip will not open. |
0 commit comments