Commit a885cdff authored by Jared Wein's avatar Jared Wein
Browse files

Bug 1406964 - Fading out the toolbar buttons should use a quicker easing function. r=Gijs

MozReview-Commit-ID: Esopfx645qF

--HG--
extra : rebase_source : cfca0d386cf76ee93bd6cc09b21e6f79a735bdf7
parent f83c9558
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {