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
local
<svelte:element>
{#if open} <svelte:element this={tag} transition:slide|local>Transition</svelte:element> <svelte:element this="div" transition:slide|local>Transition</svelte:element> {/if}
The first example works with transition, the second just disappear instantly.
https://svelte.dev/repl/d5ad308453534909ab121c532c415fad?version=3.55.1
No response
System: OS: Linux 6.1 Arch Linux CPU: (8) x64 Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz Memory: 10.46 GB / 15.51 GB Container: Yes Shell: 5.9 - /bin/zsh Binaries: Node: 19.4.0 - /usr/bin/node Yarn: 1.22.19 - /usr/bin/yarn npm: 8.19.2 - /usr/bin/npm Browsers: Chromium: 109.0.5414.119 Firefox: 109.0 npmPackages: svelte: ^3.54.0 => 3.55.1
annoyance
The text was updated successfully, but these errors were encountered:
A bit more minimal reproduction: https://svelte.dev/repl/24a7a05a05d842bdbc26183201722faf?version=3.57.0
The bug has existed since svelte:element was added (v3.47.0)
svelte:element
Sorry, something went wrong.
fix sveltejs#8233 svelte:element local transition not applied
c755b0d
12c9676
fix: apply transition_in/out to svelte:element with local transition (#…
876f894
…8865) fixes #8233
Successfully merging a pull request may close this issue.
Describe the bug
The first example works with transition, the second just disappear instantly.
Reproduction
https://svelte.dev/repl/d5ad308453534909ab121c532c415fad?version=3.55.1
Logs
No response
System Info
System: OS: Linux 6.1 Arch Linux CPU: (8) x64 Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz Memory: 10.46 GB / 15.51 GB Container: Yes Shell: 5.9 - /bin/zsh Binaries: Node: 19.4.0 - /usr/bin/node Yarn: 1.22.19 - /usr/bin/yarn npm: 8.19.2 - /usr/bin/npm Browsers: Chromium: 109.0.5414.119 Firefox: 109.0 npmPackages: svelte: ^3.54.0 => 3.55.1
Severity
annoyance
The text was updated successfully, but these errors were encountered: