Open
Description
Describe the bug
I couldn't find an issue about it, and the docs don't mention the behaviour either. Is it expected behaviour that an animation of an element blocks a transition of it?
To Reproduce
- Create list of elements that changes over time, e.g. with an ephemeral list store.
- Put a transition and animation on these elements.
- Schedule the changes such that the transition happens at the same time as the animation.
https://svelte.dev/repl/40d4bef097c645189e1a4d73d76ec79f?version=3.29.4
Expected behavior
I'd expect a transition of to not be blocked by an animation, the same way that two transitions don't block each other.