I need to stop running translate animation on touch event. When I use .cancel() method of Animation, it does not affects, so animation goes till the end anyway.
Is there any tips on how to cancel the running animation?
|
|
|
Call |
|||||||||||
|
|
What you can try to do is get the transformation Matrix from the animation before you stop it and inspect the Matrix contents to get the position values you are looking for. Here are the api's you should look into
So for example (some pseudo code. I have not tested this):
|
||||
|
|