]> git.cworth.org Git - lmno.games/commitdiff
Shorten the fade-out delay for the activity indicators
authorCarl Worth <cworth@cworth.org>
Sun, 28 Jun 2020 21:10:40 +0000 (14:10 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 28 Jun 2020 21:10:40 +0000 (14:10 -0700)
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

index 9692274e3a7edd7eaaa4e4976d966e0c91df4cae..a58e63306e1c22d42c534653f8a3507ec0da80d4 100644 (file)
@@ -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;
 }