We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
dysfunc
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: