summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/css/navigationTransitions.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/css/navigationTransitions.css')
-rw-r--r--chromium/third_party/WebKit/Source/core/css/navigationTransitions.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/core/css/navigationTransitions.css b/chromium/third_party/WebKit/Source/core/css/navigationTransitions.css
new file mode 100644
index 00000000000..4ae2f81d390
--- /dev/null
+++ b/chromium/third_party/WebKit/Source/core/css/navigationTransitions.css
@@ -0,0 +1,13 @@
+/*
+ * Copyright 2014 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.
+ */
+
+body {
+ animation-duration: 300ms;
+ transition-duration: 300ms;
+
+ /* Prevent user interaction. */
+ pointer-events: none !important;
+} \ No newline at end of file