vue-directive-tooltip icon indicating copy to clipboard operation
vue-directive-tooltip copied to clipboard

[feature] Delay to show

Open Stephen-Gates opened this issue 7 years ago • 5 comments

Feature

To complement delay to hide add a delay to show feature.

This feature would delay the appearance of a tooltip until the cursor had hovered over a element for a period of time.

This would provide help when a user dwells on an element and avoid popping tooltips when I just move my mouse across the screen.

Stephen-Gates avatar Sep 26 '17 01:09 Stephen-Gates

I needed the same thing: I wanted the popup to show after a 500ms delay, and disappear immediately.

To do so I changed line 268 to have :

if (visible === false) {
  delay = 0;
}

Aymkdn avatar Jan 29 '18 14:01 Aymkdn

This feature would be really great!

HonzaMikula avatar Mar 24 '18 10:03 HonzaMikula

@hekigan please give us a delay for show!!!

+1

appinteractive avatar Aug 31 '18 09:08 appinteractive

+1. I want to replace iView - Tooltip with this library, but this lib have not supported this feature that iView already supported and I think the feature is necessary... like this: demo @hekigan

Ray-Eldath avatar Nov 24 '18 03:11 Ray-Eldath

+1 It would be very helpful. @hekigan

gbdematos avatar Mar 15 '19 17:03 gbdematos