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

Unified Diff: Source/devtools/protocol.json

Issue 993413004: Devtools Animations: Update transition timing on timeline interaction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index efdd50031997378db359d49ec2119c8f37b7a407..3ad884dfe498c6f70ef923514a4a873359fc931c 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4899,7 +4899,8 @@
"parameters": [
{ "name": "playerId", "type": "string", "description": "AnimationPlayer id." },
{ "name": "duration", "type": "number", "description": "Duration of the animation." },
- { "name": "delay", "type": "number", "description": "Delay of the animation." }
+ { "name": "delay", "type": "number", "description": "Delay of the animation." },
+ { "name": "isTransition", "type": "boolean", "description": "Whether the animation is a transition." }
],
"description": "Sets the timing of an animation node."
}

Powered by Google App Engine
This is Rietveld 408576698