Skip to content

Commit

Permalink
Merge pull request #26 from tnfAngel-Chat/dev
Browse files Browse the repository at this point in the history
better loading screen
  • Loading branch information
tnfAngel committed May 10, 2024
2 parents d5547d6 + 1b76ab4 commit 326cb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/screens/AppLoadingScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function LoadingScreen() {
animate={{
width: '100%',
opacity: [1, 1, 1, 0],
transition: { repeat: Infinity, duration: 1 }
transition: { repeat: Infinity, duration: 0.6, repeatDelay: 0.8 }
}}
/>
</Flex>
Expand Down

0 comments on commit 326cb47

Please sign in to comment.