On Feb 9, 2:51 pm, satish bhoyar <[email protected]> wrote: > Hi > thnks for reply.. > > can i change it & use it? > > > > On Tue, Feb 9, 2010 at 6:39 PM, skink <[email protected]> wrote: > > > 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]<android-developers%2bunsubs[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en
if you are implementing custom Animation you definitaly should use it, otherwise your animation will stay still 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

