I use AnimationSet with AnimationDefinitions in my project.
When I call AnimationSet.cancel(), the element reset to its initial state.
It seems like the cancel() method can be customized. So, is there a way to save the current element state by custom the cancel() method and making it looks like a pause action? Or, is there any other way to achieve this effect?
Resolved by:
Maybe it's not a proper solution. But for now, I can only find out this hack way. And it just works fine for me.