Slowed background animation

This commit is contained in:
Taylor Courage 2023-12-16 17:45:50 -05:00
parent 1f4acaf59a
commit 9b83516293

View File

@ -3,9 +3,9 @@
background: linear-gradient(237deg, #0000ffd2, #1eff009a, #7d00a7); background: linear-gradient(237deg, #0000ffd2, #1eff009a, #7d00a7);
background-size: 500% 500%; background-size: 500% 500%;
-webkit-animation: AnimationName 45s ease infinite; -webkit-animation: AnimationName 90s ease infinite;
-moz-animation: AnimationName 45s ease infinite; -moz-animation: AnimationName 90s ease infinite;
animation: AnimationName 45s ease infinite; animation: AnimationName 90s ease infinite;
} }
@-webkit-keyframes AnimationName { @-webkit-keyframes AnimationName {
0%{background-position:0% 50%} 0%{background-position:0% 50%}