diff --git a/src/index.html b/src/index.html index 59e7bab..7c1707f 100644 --- a/src/index.html +++ b/src/index.html @@ -32,7 +32,7 @@ } @keyframes blink { - 0% { opacity: 1; } + 0% { opacity: 0.9; } 100% { opacity: 1; } } @@ -72,7 +72,7 @@ height: 100%; border-radius: 8px; transition: width 500ms; - animation: blink 0.3s infinite alternate linear; + animation: blink 0.5s infinite alternate linear; min-width: 16px; display: flex; align-items: center;