You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by OmPrakash Muppirala <bi...@gmail.com> on 2015/10/28 21:21:55 UTC

Re: Number increment animation

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 <ah...@adobe.com> wrote:

> Did you call updateAfterEvent?
>
> On 9/1/15, 8:39 AM, "Deepak MS" <me...@gmail.com> 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
>
>