Transitions weird behavior on move
Vue version
3.2.36
Link to minimal reproduction
Steps to reproduce
The SFC playground is the easiest way to reproduce it. (= nothing except copy/past of the documentation)
What is expected?
The leaving element should have absolute positioning, meaning it should not be "pushed down" cause of the enter of the next/previous element
What is actually happening?
The leaving element is pushed.
System Info
No response
Any additional comments?
No response
ul li {
/* add this css */
position: absolute;
}