diff --git a/Sample/View Controllers/Full Screen/FullScreenNavController.swift b/Sample/View Controllers/Full Screen/FullScreenNavController.swift index 83e5727b..9dbe6215 100644 --- a/Sample/View Controllers/Full Screen/FullScreenNavController.swift +++ b/Sample/View Controllers/Full Screen/FullScreenNavController.swift @@ -30,6 +30,14 @@ extension FullScreenNavController: PanModalPresentable { return 1.0 } + var transitionDuration: Double { + return 0.4 + } + + var transitionAnimationOptions: UIView.AnimationOptions { + return [.allowUserInteraction, .beginFromCurrentState] + } + var shouldRoundTopCorners: Bool { return false }