mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
Bug 871651 - Make transition to enter editing mode a bit faster (r=sriram)
This commit is contained in:
parent
00b9dc3329
commit
fdab3aab37
@ -1395,7 +1395,7 @@ abstract public class BrowserApp extends GeckoApp
|
||||
throw new IllegalArgumentException("Cannot handle null URLs in enterEditingMode");
|
||||
}
|
||||
|
||||
final PropertyAnimator animator = new PropertyAnimator(300);
|
||||
final PropertyAnimator animator = new PropertyAnimator(250);
|
||||
animator.setUseHardwareLayer(false);
|
||||
|
||||
mBrowserToolbar.startEditing(url, animator);
|
||||
|
Loading…
Reference in New Issue
Block a user