Hi,
I am trying to create animation that moves an image.
Lets have a look at following (like image locations on screen):
- 01 02
- 03 04
If I move from 01 to 02, 03 to 04, 01 to 03, 02 to 04, TranslateAnimation works fine.
But when I do 01 to 04 I will have no visual animation, and image takes immediate vertical position.
Could you please suggest what could be wrong?
Thanks.