vaadin / incubator-tooltip

<incubator-tooltip> is a Web Component providing an easy way to display tooltips on any html element.
https://incubator.app.fi/incubator-tooltip-demo/
Other
3 stars 4 forks source link

Support for delay before showing the tooltip #37

Open heruan opened 5 years ago

heruan commented 5 years ago

When many elements have tooltips, moving the mouse on the page will cause many tooltip to show and immediately hide: a delay property would be useful to be set in such cases.

A use example could be similar to the tooltip in the GitHub issue list, which takes a little delay before showing up.