From 15483f574fb2f38734eddb0deda669cab73bbd4e Mon Sep 17 00:00:00 2001 From: Oleksii Bulenok Date: Thu, 2 Jul 2026 18:33:42 +0200 Subject: [PATCH] hack blur/glass effect --- src/Splash.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ), }