From 9b835162930ad9a0822a4fa735d9dcf36b3b9171 Mon Sep 17 00:00:00 2001 From: Taylor Courage Date: Sat, 16 Dec 2023 17:45:50 -0500 Subject: [PATCH] Slowed background animation --- config/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/style.css b/config/style.css index 12ffd73..3ca39ef 100644 --- a/config/style.css +++ b/config/style.css @@ -3,9 +3,9 @@ background: linear-gradient(237deg, #0000ffd2, #1eff009a, #7d00a7); background-size: 500% 500%; - -webkit-animation: AnimationName 45s ease infinite; - -moz-animation: AnimationName 45s ease infinite; - animation: AnimationName 45s ease infinite; + -webkit-animation: AnimationName 90s ease infinite; + -moz-animation: AnimationName 90s ease infinite; + animation: AnimationName 90s ease infinite; } @-webkit-keyframes AnimationName { 0%{background-position:0% 50%}