tooltips icon indicating copy to clipboard operation
tooltips copied to clipboard

Debounce?

Open ogrotten opened this issue 1 year ago • 1 comments
trafficstars

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?

ogrotten avatar Jul 18 '24 16:07 ogrotten

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

dysfunc avatar Jul 31 '24 16:07 dysfunc