-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
[BUG] AnimatePresence
does not execute exiting animations in sequence during fast renders
#2462
Labels
bug
Something isn't working
Comments
Working on a fix for this |
regexyl
added a commit
to regexyl/motion
that referenced
this issue
Jan 4, 2024
regexyl
added a commit
to regexyl/motion
that referenced
this issue
Jan 4, 2024
regexyl
added a commit
to regexyl/motion
that referenced
this issue
Jan 4, 2024
regexyl
added a commit
to regexyl/motion
that referenced
this issue
Jan 5, 2024
mattgperry
pushed a commit
that referenced
this issue
Jul 24, 2024
* Fix sequence bug in AnimatePresence (#2462) * Fix and add tests * Remove comment * Remove console logs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. Read the FAQs π
β
2. Describe the bug
Items with an exit animation within the
<AnimatePresence />
component do not reliably exit in sequence during fast renders.3. IMPORTANT: Provide a CodeSandbox reproduction of the bug
https://codesandbox.io/p/devbox/dreamy-liskov-q35pmx
4. Steps to reproduce
5. Expected behavior
The list items should exit in sequential order even during fast renders.
6. Video or screenshots
framer-motion-bug.mov
Notice that 'hey 6' jumped above 'hey 5' at the 0:04 second mark, while 'hey 7' disappeared before it's supposed to.
The text was updated successfully, but these errors were encountered: