Bug 865228 - Smoother fade-in animation when coming from awesomescreen (r=mfinkle)

This commit is contained in:
Lucas Rocha 2013-05-01 17:32:02 +01:00
parent d1429b25b0
commit d1cc5a0ab7

View File

@ -622,7 +622,7 @@ public class BrowserToolbar implements Tabs.OnTabsChangedListener,
// Turn off selected state on the entry
mLayout.setSelected(false);
PropertyAnimator buttonsAnimator = new PropertyAnimator(150);
PropertyAnimator buttonsAnimator = new PropertyAnimator(300);
// Fade toolbar buttons (reader, stop) after the entry
// is schrunk back to its original size.