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

Unified Diff: Source/devtools/protocol.json

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/sdk/AnimationModel.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index c4eeb0e01bc81e1f1097979002ebef0e0c98f72a..1659664517a4183f012745071981cbe92261c83e 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4701,6 +4701,7 @@
"hidden": true,
"properties": [
{ "name": "delay", "type": "number", "description": "<code>AnimationNode</code>'s delay." },
+ { "name": "endDelay", "type": "number", "description": "<code>AnimationNode</code>'s end delay." },
{ "name": "playbackRate", "type": "number", "description": "<code>AnimationNode</code>'s playbackRate." },
{ "name": "iterationStart", "type": "number", "description": "<code>AnimationNode</code>'s iteration start." },
{ "name": "iterations", "type": "number", "description": "<code>AnimationNode</code>'s iterations." },
« no previous file with comments | « Source/devtools/front_end/sdk/AnimationModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698