Skip to content

Commit

Permalink
Disable projects animation
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Feb 22, 2024
1 parent 0cd2726 commit 1b8c9e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ html {
@apply text-transparent bg-clip-text bg-gradient-to-br from-[#3634BB] via-royal to-cornflower-500;
}

@keyframes animatedBackground {
/*@keyframes animatedBackground {
from {
background-position: 0 0;
}
to {
background-position: 100% 0;
}
}
}*/

.bg-stars {
background-image: url('/stars.png'), linear-gradient(lightgray, lightgray);
background-size: cover, cover, 50%;
background-repeat: repeat-x, no-repeat, no-repeat;
animation-timing-function: ease-in-out;
/*animation-timing-function: ease-in-out;
animation: animatedBackground 40s linear infinite alternate;
@media (max-width: 640px) {
animation: animatedBackground 120s linear infinite alternate;
}
}*/
}

@layer utilities {
Expand Down

0 comments on commit 1b8c9e4

Please sign in to comment.