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

Unified Diff: Source/devtools/front_end/elements/animationTimeline.css

Issue 967213002: Devtools Animations: Represent delay and end-delay on the animation timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Round values Created 5 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 | « Source/devtools/front_end/elements/BezierUI.js ('k') | Source/devtools/front_end/sdk/AnimationModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/animationTimeline.css
diff --git a/Source/devtools/front_end/elements/animationTimeline.css b/Source/devtools/front_end/elements/animationTimeline.css
index 68f438cad11b844224e79aed0fb5bff987882ce8..ade800419a5b962cf8eea2ad83a48e1b4fe6779f 100644
--- a/Source/devtools/front_end/elements/animationTimeline.css
+++ b/Source/devtools/front_end/elements/animationTimeline.css
@@ -40,6 +40,11 @@ line.animation-line {
fill: none;
}
+line.animation-delay-line {
+ stroke-width: 2;
+ stroke-dasharray: 6, 4;
+}
+
circle.animation-endpoint {
stroke-width: 3;
}
@@ -52,7 +57,7 @@ circle.animation-keyframe-point {
.animation-name {
position: absolute;
top: 15px;
- color: #777;
+ color: #333;
text-align: center;
margin-left: -8px;
}
« no previous file with comments | « Source/devtools/front_end/elements/BezierUI.js ('k') | Source/devtools/front_end/sdk/AnimationModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698