Opening delay
Type | Boolean |
Available options | true or false |
Default | true |
Determines if there is a delay before actually opening a popover when trigger is hovered. This is the default behavior to prevent popovers to open when the mouse is only passing over it without stopping. This delay is 200 milliseconds.
When the delay is enabled, and the loading is set to async
, the content will only begin to be fetched after a short delay of 100 milliseconds, to prevent loading unused content.
Note that delay can only be applied for popovers for which trigger is set to hover
.