From a885cdff0beedd1b76125cf4d16b830295a44d32 Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Mon, 9 Oct 2017 11:50:54 -0400 Subject: [PATCH] Bug 1406964 - Fading out the toolbar buttons should use a quicker easing function. r=Gijs MozReview-Commit-ID: Esopfx645qF --HG-- extra : rebase_source : cfca0d386cf76ee93bd6cc09b21e6f79a735bdf7 --- browser/themes/shared/customizableui/panelUI.inc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/themes/shared/customizableui/panelUI.inc.css b/browser/themes/shared/customizableui/panelUI.inc.css index 22ee3eb7d8aa..03deeab38438 100644 --- a/browser/themes/shared/customizableui/panelUI.inc.css +++ b/browser/themes/shared/customizableui/panelUI.inc.css @@ -473,6 +473,7 @@ photonpanelmultiview .panel-subview-body { animation-name: widget-animate-out; animation-fill-mode: forwards; animation-duration: 500ms; + animation-timing-function: var(--animation-easing-function); } @keyframes widget-animate-out {