-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
Animation bug when remove element #69
Comments
I encountered the same issue in a react project, implementing a snackbar-like component. |
This seems to occur less often with a higher |
Same issue for me in a React project. I have two containers in a flex context (with |
Not sure if this is exactly the same issue, but vertical centering also causes a glitch on exit. If you apply these styles to the demo at https://auto-animate.formkit.com/ , then elements pop upwards when you remove them from the list: #demo > div > [data-has-animation=true] {
display: flex;
flex-direction: column;
justify-content: center;
} |
When the wrapper is positioned at the bottom, a bug is shown in the animation when removing an item.
Reproduction with Vue
The text was updated successfully, but these errors were encountered: