i wonder how to get current angle / degrees in rotate animation when animation ends or gets interrupted?
my idea is when the animation gets interrupted when some button is clicked, the rotation will go counter-clockwise (current flow is clockwise), start from last angle /degree right when it gets interrupted.
i've tried using applyTransformation, but it seems not called :(
thanks!