diff --git a/Transitions/ZoomDismissalInteractionController.swift b/Transitions/ZoomDismissalInteractionController.swift index 8edf0a1..3a3b0e2 100644 --- a/Transitions/ZoomDismissalInteractionController.swift +++ b/Transitions/ZoomDismissalInteractionController.swift @@ -25,7 +25,7 @@ final class ZoomDismissalInteractionController: NSObject { fromReferenceView.isHidden = true let anchorPoint = CGPoint(x: fromReferenceViewFrame.midX, y: fromReferenceViewFrame.midY) - let dismissThreshold = fromReferenceViewFrame.height / 8 + let dismissThreshold = fromReferenceViewFrame.height / 10 let translatedPoint = gestureRecognizer.translation(in: fromReferenceView) let backgroundAlpha = backgroundAlphaFor(view: fromVC.view, withPanningVerticalDelta: translatedPoint.y)