From: Carl Worth Date: Sun, 28 Jun 2020 21:10:40 +0000 (-0700) Subject: Shorten the fade-out delay for the activity indicators X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=cc7dc914378987b03c4a0dd1b6ed350ac1c9a50f 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. --- 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; }