-
-
Notifications
You must be signed in to change notification settings - Fork 885
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
AnimatePresence doesn't catch up with multiple deletes in a row #1534
Comments
JaeSeoKim
added a commit
to JaeSeoKim/motion
that referenced
this issue
Jun 3, 2022
JaeSeoKim
added a commit
to JaeSeoKim/motion
that referenced
this issue
Jun 6, 2022
JaeSeoKim
added a commit
to JaeSeoKim/motion
that referenced
this issue
Jun 10, 2022
utileetdulce
pushed a commit
to artcom/motion
that referenced
this issue
Aug 10, 2022
JaeSeoKim
added a commit
to JaeSeoKim/motion
that referenced
this issue
Aug 17, 2022
utileetdulce
pushed a commit
to utileetdulce/motion
that referenced
this issue
Oct 24, 2022
This has been fixed since |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a list of items that each of them has an exit animation. I have another button that can randomly delete an item from the list. if I quickly click the button for multiple times (i.e. faster than the animation duration), I saw the deleted items are no longer visible but their original space was still taken.
Demo: https://codesandbox.io/s/adoring-rubin-hsxcfh?file=/src/App.ts
see box
0
and7
are removed but their space is still taken:The text was updated successfully, but these errors were encountered: