HI thanks for rply but i have a doubt. The problem is it is the parameter for the applytransformation() function. how can i change it then? or is it like it will take 0,0.1 & 1 values during animation & i can check it in the applytransformation()?
please guide me. thanks satish On Tue, Feb 9, 2010 at 9:09 PM, skink <[email protected]> wrote: > > > 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%[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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- 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

