Skip to content
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

when tag has svelte's transition props, the component not ummount until the transition complete #223

Open
cheapCoder opened this issue Jan 2, 2022 · 5 comments

Comments

@cheapCoder
Copy link

when tag has svelte's transition props, the component don't ummount until the transition complete, but the new match component will mount immediately, so it look like that two component will render at the same time.

Edit svelte unmount with animation

@anastasiia-baboshina
Copy link

Same issue +1
Any updates?

@krishnaTORQUE
Copy link
Collaborator

Could you please explain more about this issue.
I am unable to check the CodeSandbox. Its showing error

@GeorgeKryptonian
Copy link

How have you solved your problem?

@cheapCoder
Copy link
Author

How have you solved your problem?

I canceled the 'out' transition and just remained the 'in' transition

- transition:slide={{ easing: quintOut }}
+ in:slide={{ easing: quintOut }}

@cheapCoder
Copy link
Author

Could you please explain more about this issue. I am unable to check the CodeSandbox. Its showing error

thanks for your attention, I upgraded Svelte to v3.47.0 and it's OK now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants