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
Instead of our custom implementation we should adopt the UIKit provided UIViewControllerTransitionCoordinator.
UIKit requires timing values for animation, we use spring animations which inherently don't have a specific duration. These should be estimated to look good when animating alongside the built-in transitions.
I've observed in the main Karma app that a duration of 0.2s seems to work.
The text was updated successfully, but these errors were encountered:
Instead of our custom implementation we should adopt the UIKit provided UIViewControllerTransitionCoordinator.
UIKit requires timing values for animation, we use spring animations which inherently don't have a specific duration. These should be estimated to look good when animating alongside the built-in transitions.
I've observed in the main Karma app that a duration of 0.2s seems to work.
The text was updated successfully, but these errors were encountered: