diff --git a/src/Splash.tsx b/src/Splash.tsx index b453cb4292..a425d335ea 100644 --- a/src/Splash.tsx +++ b/src/Splash.tsx @@ -126,7 +126,7 @@ export function Splash(props: React.PropsWithChildren) { opacity: interpolate( outroAppOpacity.get(), [0, 0.1, 0.2, 1], - [0, 0, 1, 1], + [0.01, 0.02, 1, 1], // first two values cant be 0 for the iOS blur/glass effects to work, the values obtained by trial and error 'clamp', ), }