On Feb 9, 12:55 pm, satish bhoyar <[email protected]> wrote:
> hi all,
>
> I have one doubt when we extends the Animation class we have to implement
> the
> applyTransformation() method.
> This method give one parameter called interpolatedTime. can anyone explain
> what is this?
> i m not able to make out about it. I tried some example also, but unable to
> get what is that.
> I just could think that it gives some good feel to my animation.
>
> can anyone explain about this.
>
> thanks,
> satish

interpolatedTime == 0.0 when animation starts

interpolatedTime == 1.0 when animation ends

interpolatedTime == 0.5 in the middle of animation, and so on

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to