view.startAnimation(myAnimation)
I set an animation to some view, everything works.
but if the view go to onPause lifecycle (activity、fragment、customView etc..) and go back to onResume
the animation will stop.
Is there any idea to make view animation dont auto stop?
Try this,