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

Scroll animation from bottom to top #86

Closed SreekanthMekala closed 6 years ago

SreekanthMekala commented 6 years ago

Hello Team, Now scroll text happening top to bottom scrolling after change text, How do i change from Bottom to Top?

jinatonic commented 6 years ago

You can simply inverse the character list to scroll from bottom to top.

e.g. with a character list of "0123456789", animating from 0 to 9 will scroll top to bottom. However, if the character list is "9876543210", animating from 0 to 9 will scroll bottom to top.