From cc7dc914378987b03c4a0dd1b6ed350ac1c9a50f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 28 Jun 2020 14:10:40 -0700 Subject: [PATCH] Shorten the fade-out delay for the activity indicators Andrew said these kept going for too long after the person was done typing. So hopefully the new values here are a better fit. --- empathy/empathy.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/empathy/empathy.css b/empathy/empathy.css index 9692274..a58e633 100644 --- a/empathy/empathy.css +++ b/empathy/empathy.css @@ -96,6 +96,6 @@ .typing.idle span { opacity: 0.0; transition-property: opacity; - transition-duration: 6s; - transition-delay: 3s; + transition-duration: 2s; + transition-delay: 1s; } -- 2.43.0