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

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: Add test Created 5 years, 10 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: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index bc1147c4515c7d1c657577e31121759c82619ad8..bae72f6c0be765e6945fcf7354658c8fc823869f 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4751,6 +4751,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." },

Powered by Google App Engine
This is Rietveld 408576698