Closed ghost closed 5 years ago
I also have this issue, not sure how to prevent it when recyclerview is scrolling
I'm not sure what you guys mean, you want to prevent the ticker animation from happening when it's inside a scrolling recyclerview? that's not possible since ticker doesn't know what type of parent it's housed in, it's up to the recyclerview to somehow disable animation when it's scrolling.
I solved this problem by setting animation duration to 0 when scrolling, seems to work great
nice great workaround!
This librery working fine. but i need to prevent animation from adapter item when recycler view scoll.