I had to do something similar, I created a component with a series of SpinnerList components and animated each spinnerlist based on its digit value. Looks pretty good.
Thanks, Om On Tue, Sep 1, 2015 at 11:59 AM, Alex Harui <[email protected]> wrote: > Did you call updateAfterEvent? > > On 9/1/15, 8:39 AM, "Deepak MS" <[email protected]> wrote: > > >Hello, > >I'm trying to change a number lets say from $12,341,345 to $35,325,561 > >incrementally, lasting for a duration of may be 2 seconds. > > > >Something like this: > >http://codepen.io/niklas-r/pen/HsjEv > > > >I tried using a timer. But not quite getting a fast 'scrolling' of numbers > >with it. Any ideas how can that be done? > > > >Cheers! > >Deepak > >
