robinhood / ticker

An Android text view with scrolling text change animation
https://medium.com/robinhood-engineering/hello-ticker-20eaf6e51689
Apache License 2.0
4.38k stars 462 forks source link

Prevent Animation recycler view scroll #98

Closed ghost closed 5 years ago

ghost commented 5 years ago

This librery working fine. but i need to prevent animation from adapter item when recycler view scoll.

NickM-27 commented 5 years ago

I also have this issue, not sure how to prevent it when recyclerview is scrolling

jinatonic commented 5 years ago

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.

NickM-27 commented 5 years ago

I solved this problem by setting animation duration to 0 when scrolling, seems to work great

jinatonic commented 5 years ago

nice great workaround!