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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/resources/bezier.css

Issue 2319763004: DevTools: (DO NOT COMMIT) Add shadow swatches to Sources, work in progress (Closed)
Patch Set: Created 4 years, 3 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
Index: third_party/WebKit/LayoutTests/inspector/sources/resources/bezier.css
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/resources/bezier.css b/third_party/WebKit/LayoutTests/inspector/sources/resources/bezier.css
new file mode 100644
index 0000000000000000000000000000000000000000..0f5c1611f1bf1e71ef8955871f9b1910a5062ded
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/resources/bezier.css
@@ -0,0 +1,7 @@
+body {
+ transition: width 1s ease-in-out;
+}
+div {
+ transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
+}
+

Powered by Google App Engine
This is Rietveld 408576698