Skip to content

Commit

Permalink
speed up fade in animation
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed May 21, 2024
1 parent 869dd9b commit 05ac4fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ body {
}

.fade-in-animation {
animation: fadeInAnimation ease-in-out 0.88s;
animation: fadeInAnimation ease-in-out 0.3s;
}

.loader-container {
Expand Down
1 change: 0 additions & 1 deletion app/leaderboard/Background.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export function Background({ isLoading }: BackgroundProps) {
className="fixed h-full w-full left-0 top-0"
>
<Image
className={`fade-in-animation`}
alt="Background image"
src="/background-image.jpg"
fill
Expand Down

0 comments on commit 05ac4fb

Please sign in to comment.