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

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: Rebase Created 5 years, 6 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/ui/module.json ('k') | Source/platform/animation/TimingFunction.cpp » ('j') | 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 9dd779ed865719b35ada374853c2a411af2b5c4a..2f7e7d8cb60c94b22aba98156ca0cd2bea3441f8 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4812,6 +4812,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": [
« no previous file with comments | « Source/devtools/front_end/ui/module.json ('k') | Source/platform/animation/TimingFunction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698