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 running a gradient animation on one ViewController, is it possible to continue the same animation from its current state on a different ViewController upon transitioning?
The text was updated successfully, but these errors were encountered:
How could I go about this? I attempted to do so, and it kind of works. However, when transitioning to/from viewcontrollers, the screen goes black for a brief second before continuing the animation.
Sorry, missed this one. You have to deal somehow with these transition glitches, because UINavigationController push transition expect views with non alpha background colors. I handled this by providing my own push transition animation with Hero.
When running a gradient animation on one ViewController, is it possible to continue the same animation from its current state on a different ViewController upon transitioning?
The text was updated successfully, but these errors were encountered: