I need to move an image, after clicked it, that is positioned in the center of screen
It should move in a 0,0 position of the screen in the oblique way
The Animation library move the image through the x and y axis but not in a oblique
I found the ABExtDrawing and ABPhysucsEngine libraries but are difficult for me to check if there's that i need
These libraries can do what I need?
I'm not sure that I understand the required movement. However Animation.InitializeTranslate allows you to animate the view from (0,0) to any other coordinate.
thanks, it works
but after the animation the button returns to the original position
is possible to keep it in the destination position after animation?