-
-
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
Outro's are always local #2334
Comments
Can you repro? It's working correctly here — https://v3.svelte.technology/tutorial/local-transitions — in the chapter's initial ('broken') state, toggling the checkbox causes non-local transitions to play on both intro and outro. |
Sure. Transistions are fine, It was a while ago but I think it only applies to outros. I take the tutorial and change from transition to out and I get the different behaviour. |
I think it is because of this line here.
svelte/src/compile/render-dom/wrappers/Element/index.ts
Lines 726 to 736 in 17322c2
My reading is the if statement will always be true, so might be a typo (maybe it should be
outro.is_local
The text was updated successfully, but these errors were encountered: