From aa789a7656436dce8059b8dd4f475ce099e59379 Mon Sep 17 00:00:00 2001 From: "tanguy@aristotle" Date: Mon, 3 Aug 2020 16:37:03 +0200 Subject: [PATCH] Reduce animation duration of navbar --- .mozilla/firefox/userChrome.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.mozilla/firefox/userChrome.css b/.mozilla/firefox/userChrome.css index 9817be7..ab71bd2 100644 --- a/.mozilla/firefox/userChrome.css +++ b/.mozilla/firefox/userChrome.css @@ -690,8 +690,7 @@ tree, transition-delay: 1s; filter: alpha(opacity=0); opacity: 0; - transition: visibility, ease 0.5s, margin-top, ease 0.5s, opacity, ease 0.5s, - rotate, ease 0.4s !important; + transition: visibility, ease 0.2s, margin-top, ease 0.2s, opacity, ease 0.2s !important; } :root:not([customizing]) :hover > #nav-bar,