Version
3.5.35
Reproduction link
play.vuejs.org/
Steps to reproduce
- Turn on the check box next to "toggle visibility of a box" on the top and see how the boxes in Transition will work
- Turn on the checkbox 2, 3, or 4 under "Toggle Menu for the following TransitionGroups" and see how the boxes in TransitionGroup will work
- Observe how different will the box under "v-for items with v-show in TransitionGroup" move
What is expected?
The on-enter transition should move equivalent to the other cases
What is actually happening?
The on-enter transition moves differently from the other cases
On leave transition works consistently among all the cases
Version
3.5.35
Reproduction link
play.vuejs.org/
Steps to reproduce
What is expected?
The on-enter transition should move equivalent to the other cases
What is actually happening?
The on-enter transition moves differently from the other cases
On leave transition works consistently among all the cases