Skip to content

fix: ensure outro animation is not prematurely aborted #12865

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

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

trueadm
Copy link
Contributor

@trueadm trueadm commented Aug 15, 2024

Fixes #12844 (comment). I also confirmed this did not regress the memory leak that #12759 fixed. It seems we only need to abort the intro, rather than the outro – I must have added to both call-sites because it seemed right, but clearly that wasn't right.

Copy link

changeset-bot bot commented Aug 15, 2024

🦋 Changeset detected

Latest commit: f3cab46

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
svelte Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@Rich-Harris Rich-Harris merged commit e4b7304 into main Aug 15, 2024
9 checks passed
@Rich-Harris Rich-Harris deleted the fix-transition-bug-2 branch August 15, 2024 21:17
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

Successfully merging this pull request may close these issues.

Svelte 5: Sibling elements with different out:transition durations makes the content flash
2 participants