Open ogrotten opened 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.
delay
animation delay
<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?
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
I see the
delay
prop but i'm unsure of the role or use as it's described asanimation delay
. Usingdelay
gives an error.So the bottom line question is how would I go about debouncing the execution (not just the display) of this tooltip?