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
The flip transition breaks a list if used alone, does not work if used with a transition, and only works correctly if used in conjunction with the crossfade transition
I've been having issues with animation as well, while using it in an {#each ...} block the item indexes keep getting mixed up, everything seems fine in my console logs no issues there just when using each and lodash's sortBy function to sort my array in turn animating the movement of the sorted list.
Can confirm, I wrote some minified code that used flip animations and tested it with both svelte 4 and svelte 5. Animation works fine in 4 and doesn't work in 5.
Describe the bug
The flip transition breaks a list if used alone, does not work if used with a transition, and only works correctly if used in conjunction with the crossfade transition
Reproduction
repl
Logs
No response
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: