-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
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
Animation doesn't complete #4464
Comments
Thanks @MrSrsen that helps me a lot |
this is a css issue |
No, issue is that |
Sorry I didn't re-read myself before posting |
@pushkine do you have a link to the PR? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been closed as it was previously marked as stale and saw no subsequent activity. |
I have a variable I use to basically fade a component out, and then update, like this:
I don't know a better way to do this?
Anyway, for some reason at random times the old object stays behind. I'm just hoping someone might have an idea why this might happen? I don't understand how Svelte would implement the above code.
I created a REPL for this https://svelte.dev/repl/aa8de3c5614744838c7e0baeb83fd1c4?version=3.19.1 though I'm not seeing the same behaviour (which would mean you'd see two hello messages).
The text was updated successfully, but these errors were encountered: