From ba73569c318747a93327fb647e5c2dd895dc6e47 Mon Sep 17 00:00:00 2001 From: Prayag Prajapati Date: Mon, 14 Aug 2023 23:47:49 +0530 Subject: [PATCH] Update backdrop animation speed --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index e94a2abc..6a9b1552 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -378,7 +378,7 @@ function App() { opacity: 0, }} transition={{ - duration: 1.25, + duration: 1.5, }} onLoad={() => setBackdropLoading(false)} loading="eager"