twotoasters/JazzyListView

Problem with fast scrolling

mevcloud opened this issue · 1 comments

I am using JazzyListView with a SLIDE_IN effect and I have fast scrolling enabled in my ListView. When I fast scroll it does not work quite right because the first visible item is many times not visible. Could it be somehow possible to disable the animation when fast scrolling and re-enable it once we stop?

Thanks

M

I'm not sure that we can detect when the list is scrolling vs fast scrolling. Your best bet will be to not use the animation in the case of fast scroll, but I will leave this open and take a look when I get a chance