You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a node is using transition:fade|global, the node should not animate in on mount when refreshing the page. However, if it has a child that is using svelte:element, it incorrectly does.
The text was updated successfully, but these errors were encountered:
tylermcrobert
changed the title
svelte:element triggers transition:fade|global incorrectly
Global transitions trigger incorrectly when containing svelte:element
May 9, 2025
Describe the bug
When a node is using
transition:fade|global
, the node should not animate in on mount when refreshing the page. However, if it has a child that is usingsvelte:element
, it incorrectly does.Reproduction
This will work when downloaded
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: