Reputation: 16526
I'm running a TranslateAnimation
and I'd need to be able to get the translate values on each 'frame' of the animation. Tried AnimationListener
but it seems it only listen to start
, repeat
and end
events.
Is there any way to get interpolated values during an animation?
Upvotes: 2
Views: 1710