Bug 1406964 - Fading out the toolbar buttons should use a quicker easing function. r?gijs draft
authorJared Wein <jwein@mozilla.com>
Mon, 09 Oct 2017 11:50:54 -0400
changeset 676741 414fb36393292d82e5225e3303b209a9a8c1d67a
parent 676713 613f64109bdef590b9748355441b3c620efa7be5
child 735049 66a2f93a71bb982ff9100b0465cfb943dde7cc55
push id83616
push userbmo:jaws@mozilla.com
push dateMon, 09 Oct 2017 15:51:12 +0000
reviewersgijs
bugs1406964
milestone58.0a1
Bug 1406964 - Fading out the toolbar buttons should use a quicker easing function. r?gijs MozReview-Commit-ID: Esopfx645qF
browser/themes/shared/customizableui/panelUI.inc.css
--- a/browser/themes/shared/customizableui/panelUI.inc.css
+++ b/browser/themes/shared/customizableui/panelUI.inc.css
@@ -468,16 +468,17 @@ photonpanelmultiview .panel-subview-body
   width: calc(@menuPanelButtonWidth@);
   height: calc(51px + 2.2em);
 }
 
 .animate-out {
   animation-name: widget-animate-out;
   animation-fill-mode: forwards;
   animation-duration: 500ms;
+  animation-timing-function: var(--animation-easing-function);
 }
 
 @keyframes widget-animate-out {
   0% {
     opacity: 1;
     transform: scale(1);
   }
   100% {