Animation breaks moving transforms when programmatically: moving up / adding / removing #1157
Unanswered
Russo-creation
asked this question in
Q&A
Replies: 2 comments
-
Ok, I figured it out what I did wrong in my case. I had to add it to the component and add it to the DndContext
What I was tiring before was using context outside of the component... |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just noticed still some issue even after adding my above answer to the existing codesanbox https://codesandbox.io/s/bitter-snowflake-7glql4?file=/src/App.tsx
screen-capture.1.webmCan anyone help with this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to mange sortable list based on @clauderic starter template codesanbox
What I'm trying to add functionalities with animation for:
I prepared codesanbox for it: https://codesandbox.io/s/bitter-snowflake-7glql4?file=/src/App.tsx
The animation works fine as long as I'm not clicking twice prepared buttons then animation starts form it's initial position of the list.
I found this thread #980 where @mattrunyon solved same issue I'm facing
I needed to manually schedule a remeasure whenever the items changed.
But when I'm adding it to my example nothing happen or maybe I'm implementing it wrongly or was there any changes in the library that it's depreciated? Does anyone know what could possibly happen?
Beta Was this translation helpful? Give feedback.
All reactions