You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple example, there is a list of items which is centered. New added item comes with animation from right while other items go to their new positions.
Using {x: } for new added item works perfectly fine while {x: 100%} (any percentage) breaks animations
3. IMPORTANT: Provide a CodeSandbox reproduction of the bug
1. Read the FAQs 👇
2. Describe the bug
Simple example, there is a list of items which is centered. New added item comes with animation from right while other items go to their new positions.
Using {x: } for new added item works perfectly fine while {x: 100%} (any percentage) breaks animations
3. IMPORTANT: Provide a CodeSandbox reproduction of the bug
https://codesandbox.io/p/sandbox/wmc4pv
4. Steps to reproduce
Steps to reproduce the behavior:
5. Expected behavior
Previously added and animated item should not teleport instantly to the new position
6. Video or screenshots
Screen.Recording.2025-11-03.at.19.23.36.mov
7. Environment details
n/a