Coming from this previous question: Using Obscure and UnObscure…Am I doing this right?
1: Is it mandatory to pause the animation on my page when the app is interrupted by another app or screen lock?
And
2: When the app is deactivated or tombstoned I think all the animation stops by default correct? Or Do I need to stop them explicitly?
Update:
Two questions above yes/no and why? Trial and error would work if something was breaking but my app is working fine with the code I have or if I remove it. I want to know technical/architectural implications.
Here’s my understanding of the guidelines.
First, for 1, let’s separate it out a bit. All interruptions are not equal.
For 2, when you get deactivated you don’t know if you will be fast-app switched, tombstoned, or terminated.