interest-delay-end
Experimental: Part of the Interest API. Sets the delay before an 'interest' state (like a tooltip or hover-card) is dismissed after the user stops showing interest.
It is documented as part of the CSS Basic User Interface specification. This is an experimental technology. The syntax and behavior are still subject to change.
Syntax
/* Usage Example */
.tooltip-trigger {
/* Keeps the tooltip visible for 500ms after the mouse leaves */
interest-delay-end: 0.5s;
}
/* Syntax */
interest-delay-end: normal;
/* Global values */
interest-delay-end: inherit;
interest-delay-end: initial;
interest-delay-end: revert;
interest-delay-end: revert-layer;
interest-delay-end: unset;
interest-delay-end Browser support
This feature is not Baseline because it does not work in some of the most widely-used browsers.