Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unnecessary move animation in nested <transition-group> #5385

Open
scx567888 opened this issue Feb 9, 2022 · 2 comments
Open

Unnecessary move animation in nested <transition-group> #5385

scx567888 opened this issue Feb 9, 2022 · 2 comments

Comments

@scx567888
Copy link

Version

3.2.30

Reproduction link

github.com

Steps to reproduce

npm run dev
en : and click green or red button to change sort
中文 : 然后点击绿色或红色的按钮调整列表顺序

What is expected?

en : Only the outermost div has transition animation
中文 : 只有最外层的 div 有过渡动画

What is actually happening?

en : Inner div also has transition animation
中文 : 内部的 div 同样产生了过渡效果


en : i find add a css can fix this bug
中文 : 我发现添加一个 css 可以修复这个 bug

.scx-group-list-move .scx-group-list-move {
transition: unset;
}

@LinusBorg
Copy link
Member

LinusBorg commented Feb 9, 2022

I would not necessarily see this as a bug, it's a side effect of nesting the same transition into itself, combined with the fact that elements here seem to be recreated from the slot switch - that needs handling from the developer.

But we'll take a closer look

@edison1105
Copy link
Member

Playground

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants