Index: ash/common/wm/window_animation_types.h |
diff --git a/ash/common/wm/window_animation_types.h b/ash/common/wm/window_animation_types.h |
index 4ea91c46988a2933118385b60397dbdef8207622..519783c2583ed7da2ee189c98c901bcca4bd10c6 100644 |
--- a/ash/common/wm/window_animation_types.h |
+++ b/ash/common/wm/window_animation_types.h |
@@ -20,6 +20,9 @@ enum WindowVisibilityAnimationType { |
WINDOW_VISIBILITY_ANIMATION_TYPE_BRIGHTNESS_GRAYSCALE |
}; |
+// Amount of time for the cross fade animation. |
+constexpr int kCrossFadeDurationMS = 200; |
+ |
} // namespace wm |
} // namespace ash |