Reputation: 14530
When I set :
animationSet.setFillAfter(true);
The view holds the animated state there after. But before doing another animation, I need to reset the state to the old one. What I need is something like :
animationSet.resetFillAfter(true);
How can I achieve this? Is it possible?
Upvotes: 13
Views: 18333