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

Unified Diff: Source/devtools/protocol.json

Issue 1155773002: Devtools Animations: Add cubic bezier easing editor for animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove empty line Created 5 years, 7 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 143a9156cfcafe885cfbf27aa9ecb9ad765dc7f1..ac736ad56558e5de24f811c85418e25eea8399e7 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4839,6 +4839,14 @@
{ "name": "delay", "type": "number", "description": "Delay of the animation." }
],
"description": "Sets the timing of an animation node."
+ },
+ {
+ "name": "setEasing",
+ "parameters": [
+ { "name": "playerId", "type": "string", "description": "AnimationPlayer id." },
+ { "name": "easing", "type": "string", "description": "Easing of the animation." }
+ ],
+ "description": "Sets the easing of an animation node."
}
],
"events": [

Powered by Google App Engine
This is Rietveld 408576698