svelte-plugins / tooltips

A simple tooltip action and component designed for Svelte.
https://svelte-plugins.github.io/tooltips
MIT License
70 stars 11 forks source link

Debounce? #43

Open ogrotten opened 4 months ago

ogrotten commented 4 months ago

I see the delay prop but i'm unsure of the role or use as it's described as animation delay. Using delay gives an error.

<Action_tooltip> was created with unknown prop 'delay'

So the bottom line question is how would I go about debouncing the execution (not just the display) of this tooltip?

dysfunc commented 4 months ago

I created a REPL with examples of using a timer + show prop and the delay prop here https://svelte.dev/repl/4562d5e5af1541c5b8b35589778f25b1?version=4.2.18