Open
Description
Vue version
3.5.13
Link to minimal reproduction
Steps to reproduce
Make a v-for list of items, that have ongoing transitions, then reorder them
What is expected?
When we have a v-for with items that have an ongoing transition, and they reorder, all of the items should maintain their ongoing transitions, regardless of their moving directions
What is actually happening?
When we have a v-for with items that have an ongoing transition, and they reorder, only the items that move down maintain their transitions
System Info
Any additional comments?
This affects all the transitions, no matter how deep they are