Problems with jank in firefox
I'm having a problem with the transform offset doing small jumps occasionally after a scrollToIndex, specifically in firefox, and not chromium (haven't tested safari). The virtual items are dynamically sized.
overflow-anchor: none
didn't help.
Below is the most relevant portion of the code. I was using top
for positioning for other reasons, but I have the same problem whether using top
or transform
.
0 Replies