kazzkiq / balloon.css

Simple tooltips made of pure CSS
https://kazzkiq.github.io/balloon.css/
MIT License
5.03k stars 448 forks source link

Adding data-balloon-delay #85

Closed iplanwebsites closed 5 years ago

iplanwebsites commented 7 years ago

When using on a large number of consecutive elements, it's annoying and inefficient for users to wait for the tooltip to show up. I suggest adding a transition or delay property to be able to speed up or disable the sliding transitions.

thibaudcolas commented 6 years ago

There is already data-balloon-blunt to disable the transitions. This may not be appropriate if you only want to speed them up, but might help.

krns commented 5 years ago

Would love to see this feature!

kazzkiq commented 5 years ago

Closing this as data-balloon-blunt does the trick.