angular-tooltips icon indicating copy to clipboard operation
angular-tooltips copied to clipboard

Delay before show/hide

Open slavafomin opened this issue 8 years ago • 2 comments

Hey!

It would be really cool to allow developers to specify delay before tooltip is shown and/or hidden.

slavafomin avatar Apr 19 '16 15:04 slavafomin

+1

espeandr avatar Apr 19 '16 15:04 espeandr

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.

Then could be great to have new attributes tooltip-show-delay & tooltip-hide-delay to just set milliseconds you would.

Feel free to PR if you try something 👍

45kb avatar Apr 25 '16 06:04 45kb