diff --git a/src/TransitionConfigs/CardStyleInterpolators.tsx b/src/TransitionConfigs/CardStyleInterpolators.tsx index c24db38da..b65561bae 100644 --- a/src/TransitionConfigs/CardStyleInterpolators.tsx +++ b/src/TransitionConfigs/CardStyleInterpolators.tsx @@ -98,8 +98,8 @@ export function forModalPresentationIOS({ }); const overlayOpacity = interpolate(progress, { - inputRange: [0, 1, 2], - outputRange: [0, 0.3, 1], + inputRange: [0, 1, 1.0001, 2], + outputRange: [0, 0.3, 1, 1], }); const scale = interpolate(progress, {