You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When mobile app goes to background, animation stops at some point. When app is restored, animation resumes from exact same time and position.
Is there a way not to stop animation's clock (or reset all tweens as workaround)?
What I want to achieve is to not to keep active animations while app is in background but complete/cancel them.
UPD:
I've added a method to Actor and call it on Stage::onDeactivate.
Hi, @frankinshtein
When mobile app goes to background, animation stops at some point. When app is restored, animation resumes from exact same time and position.
Is there a way not to stop animation's clock (or reset all tweens as workaround)?
What I want to achieve is to not to keep active animations while app is in background but complete/cancel them.
UPD:
I've added a method to
Actor
and call it onStage::onDeactivate
.The text was updated successfully, but these errors were encountered: