Skip to content

Commit 1c5a14c

Browse files
Update loadingScreen.css
1 parent 856aa72 commit 1c5a14c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stylesheets/loadingScreen.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ svg:first-child {
4747
translate: -50% -50%;
4848
transform: scale(var(--svg-ball-scale)) rotate(0deg);
4949
filter: drop-shadow(-5px 5px 10px rgba(0, 0, 0, 0.5));
50-
animation: ballAnimation 2s;
50+
animation: ballAnimation 2.2s;
5151
animation-iteration-count: 1;
5252
animation-timing-function: ease-out;
53-
animation-delay: 200ms;
5453
z-index: 1000;
5554
}
5655

@@ -198,4 +197,5 @@ svg:last-child {
198197
#play {
199198
font-size: 0.6em;
200199
}
201-
}
200+
201+
}

0 commit comments

Comments
 (0)