We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey!
It would be really cool to allow developers to specify delay before tooltip is shown and/or hidden.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Yes this could be very useful, at the moment you can set a delay for when is shown, you can work around the CSS This is the CSS animation involved : https://github.com/720kb/angular-tooltips/blob/master/lib/angular-tooltips.scss#L15
Afaik there is an animation-delay CSS rule that could help for the moment.
animation-delay
Then could be great to have new attributes tooltip-show-delay & tooltip-hide-delay to just set milliseconds you would.
tooltip-show-delay
tooltip-hide-delay
Feel free to PR if you try something 👍
No branches or pull requests
Hey!
It would be really cool to allow developers to specify delay before tooltip is shown and/or hidden.
The text was updated successfully, but these errors were encountered: