When I install:
animationSet.setFillAfter(true);
After that, the animated state is displayed. But before doing another animation, I need to reset the state with the old one. I need something like:
animationSet.resetFillAfter(true);
How can I achieve this? Is it possible?
Eldhose m babu
source share