Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: ui/keyboard/keyboard_controller.cc

Issue 2877373002: Change keyboard initialization animation from 350 ms to 100 ms (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard_controller.cc
diff --git a/ui/keyboard/keyboard_controller.cc b/ui/keyboard/keyboard_controller.cc
index c5569e3d4cdaa9518215263079495792a6ef1ee8..1c1371713a0e50c231ff9a86e80682317403a773 100644
--- a/ui/keyboard/keyboard_controller.cc
+++ b/ui/keyboard/keyboard_controller.cc
@@ -46,7 +46,7 @@ namespace {
const int kHideKeyboardDelayMs = 100;
// The virtual keyboard show/hide animation duration.
-const int kShowAnimationDurationMs = 350;
+const int kShowAnimationDurationMs = 100;
const int kHideAnimationDurationMs = 100;
yhanada 2017/05/15 07:37:53 As we are going to consolidate the durations of sh
// The opacity of virtual keyboard container when show animation starts or
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698