views:

18

answers:

0

Hi:

Thanks for reading my post.

How can I terminate TranslateAnimation before its reach the destination and immediately start a FrameAnimation at the position of which the TranslateAnimation has been terminate.

What I am trying to do is to apply a translate animation on textview, and make TextView more across the screen. I can click on screen (at any where but not necessarily on TextView) any time to terminate the translate animation earlier and start a frame animation at the position where the translate animation has been terminated, e.g loading a fireworks frame animation.

I am new to android, can some one help please.

Many thanks