transition-group component does not trigger displacement effect when the member leaves the field
Version
3.0.11
Reproduction link
https://stackblitz.com/edit/vue-5ulvhu
Steps to reproduce
see the example
What is expected?
trigger displacement transition when members leave the field
What is actually happening?
no trigger
I tried above reproduction link,
beforeEnter
andbeforeEnter
has indeed triggered.Yes, but the other members didn't move when they left,FLIP doesn't seem to work when it leaves
Hi, thanks for your interest but Github issues are for bug reports and feature requests only. You can ask questions on the forum, the Discord server or StackOverflow.
You likely need to use absolute positioning for the leaving item so it takes no space and the other elements move. This is explained in the docs