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

Unified Diff: ash/animation_timings.h

Issue 9733003: Adjust window timings to match Cole's video. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | ash/ash.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/animation_timings.h
===================================================================
--- ash/animation_timings.h (revision 0)
+++ ash/animation_timings.h (revision 0)
@@ -0,0 +1,23 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef ASH_ANIMATION_TIMINGS_H_
+#define ASH_ANIMATION_TIMINGS_H_
+#pragma once
+
+namespace ash {
+
+// All timings in ms.
+
+const int kStandardTransitionDuration = 218;
+
+// Roughly 0.5x standard.
+const int kFastTransitionDuration = 130;
+
+// Roughly 2x standard.
+const int kSlowTransitionDuration = 414;
+
+} // namespace ash
+
+#endif // ASH_ANIMATION_TIMINGS_H_
Property changes on: ash\animation_timings.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698