I do a rotate animation on an ImageView at startup of my app.
Then later on an event in the app i want to do a fadeout animation with the same ImageView.
That works, BUT before it does the fadeout animation, it restores the ImageView state to before the rotate animation.
So it jumps back to "unrotated" state and then does the fade out.
Is it possible to keep the animation state the ImageView has after the first rotation and go on from there with the fade out animation?