darsain / tooltip

JavaScript Tooltip component.
http://darsa.in/tooltip
190 stars 15 forks source link

Timing: delay and decay #22

Closed yankeeinlondon closed 9 years ago

yankeeinlondon commented 9 years ago

Looking at the API there appears to be no way to set timings for hovers. Ideally there would be both "delay" and "decay" time transitions.

darsain commented 9 years ago

I don't understand. What timings for hovers?

This is just a library to create and control tooltips. If you are looking for an easy way how to bind tooltips to DOM hover events, you should look at darsain/tooltips, which consumes this library.

yankeeinlondon commented 9 years ago

Yes, hovers is what I'd intended. I guess I didn't understand how you were dividing responsibilities. Fair enough ... I'll close.