From 88f0ef3a854d09b50d58dbe305419a771eab1845 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 10 Aug 2023 22:42:51 -0300 Subject: [PATCH] Change voice progress bar animation percentages. --- docs/voice.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/voice.md b/docs/voice.md index f9f285b09..09ee0e1c4 100644 --- a/docs/voice.md +++ b/docs/voice.md @@ -46,9 +46,12 @@ the aider chat session. } @keyframes progress { 0% { width: 10%; } - 33% { width: 90%; } - 66% { width: 30%; } - 100% { width: 90%; } + 20% { width: 90%; } + 50% { width: 30%; } + 60% { width: 90%; } + 80% { width: 20%; } + 100% { width: 10%; } + }