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

Cancel animation when setText is called with animate=false #111

Closed carloshwa closed 4 years ago

carloshwa commented 4 years ago

If TickerView.setText() is called with animate=false and an existing animation is still in progress, the previous animation should be cancelled before setting the new text.