Skip to content

Commit

Permalink
Update backdrop animation speed
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Aug 14, 2023
1 parent b2e0ed0 commit ba73569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ function App() {
opacity: 0,
}}
transition={{
duration: 1.25,
duration: 1.5,
}}
onLoad={() => setBackdropLoading(false)}
loading="eager"
Expand Down

0 comments on commit ba73569

Please sign in to comment.