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 |