Subscribe on changes!

transition-group component does not trigger displacement effect when the member leaves the field

avatar
Jun 4th 2021

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

avatar
Jun 4th 2021

I tried above reproduction link, beforeEnter and beforeEnter has indeed triggered.

image

avatar
Jun 4th 2021

I tried above reproduction link, beforeEnter and beforeEnter has indeed triggered. image

Yes, but the other members didn't move when they left,FLIP doesn't seem to work when it leaves

avatar
Jun 4th 2021

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

avatar
Jun 4th 2021

okay, thank you