RobertFOConnor / react-native-number-ticker

A simple easy-to-use ticker component for animating ticker numbers.
29 stars 15 forks source link

Increase Number From 0 Instead of Counting Down? #15

Open RickMorrison2 opened 3 years ago

RickMorrison2 commented 3 years ago

Is there any way to set up this ticker component to increase the number from 0 instead of ticking down from a larger number? I have a use case where I want to utilize this ticker to display a user's accumulated "points" and it would make more sense visually to tick up from 0 rather than making it look like they've been losing points by ticking down from a larger number, but I can't figure out how to invert the direction of the existing ticker.

If this already exists, please advise how I may set up the component to "tick up" rather than count down. If not, could you please add this as a feature?