Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Delay to show #15

Open
Stephen-Gates opened this issue Sep 26, 2017 · 5 comments
Open

[feature] Delay to show #15

Stephen-Gates opened this issue Sep 26, 2017 · 5 comments

Comments

@Stephen-Gates
Copy link

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.

@Aymkdn
Copy link

Aymkdn commented Jan 29, 2018

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;
}

@HonzaMikula
Copy link

This feature would be really great!

@appinteractive
Copy link

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

+1

@Ray-Eldath
Copy link

+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

@gbdematos
Copy link

+1
It would be very helpful. @hekigan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants