diff --git a/.github/assets/logo.svg b/.github/assets/logo.svg index 8bbfa24c9..0857a05c7 100644 --- a/.github/assets/logo.svg +++ b/.github/assets/logo.svg @@ -9,15 +9,15 @@ opacity: 0.1; } - 20%, - 70% { - transform: scale(1.1); - opacity: 1; - } - 50% { transform: scale(1); } + + 15%, + 75% { + transform: scale(1.1); + opacity: 1; + } } .container { @@ -53,7 +53,7 @@ height: 100%; background-image: linear-gradient(#1A1A1A, #5E5E5E); border-radius: 100%; - animation: backdrop infinite both 10s 1s ease-in-out; + animation: backdrop infinite both 10s 1s cubic-bezier(0.7, 0, 0.3, 1); } h1 { @@ -74,12 +74,11 @@