-
Hello, I am getting an afterimage (A short time wrong transform value) when resizing (expanding and collapsing) multiple items at the same time. Here is the screen recording: resizing.mp4Here is the code: https://codesandbox.io/s/dank-haze-ltc0gt?file=/src/main.tsx Any ideas to remove such an afterimage? |
Beta Was this translation helpful? Give feedback.
Answered by
piecyk
Dec 26, 2022
Replies: 1 comment 1 reply
-
Yes, it could happen, as update the position of virtual item happens after the size change. One solution could be to move the whole items as one block, something like https://codesandbox.io/s/xenodochial-flower-kg35e0?file=/src/main.tsx |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
XSAM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it could happen, as update the position of virtual item happens after the size change. One solution could be to move the whole items as one block, something like https://codesandbox.io/s/xenodochial-flower-kg35e0?file=/src/main.tsx