-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Element not move smoothly to new position in group transition #4
Comments
Indeed is a bug. Not sure why it happens yet. |
I think I know why that might happen. Probably due to some inline styles that are set on elements (animation-duration). Will try to remove them when element transition is finished and see if that works. |
Thank you very much. |
Added a partial fix for now. It will work if you wait for the full transition of the first element. If you add items to quickly it won't work. Will try to figure out how to fix that. |
When you do, claim this :) @chaintip |
|
if there is no items at the begining in group transition , element will not move smoothly to new position.
https://codesandbox.io/s/13wr0vojn3
The above codesandbox show the case.
If edit App.vue to the following
then elements will move smoothly to new position.
The text was updated successfully, but these errors were encountered: