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

Side by Side Diff: Source/devtools/protocol.json

Issue 682423002: Devtools Animations: Show subtree animations for a given node (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « Source/devtools/front_end/sdk/AnimationModel.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "version": { "major": "1", "minor": "1" }, 2 "version": { "major": "1", "minor": "1" },
3 "domains": [{ 3 "domains": [{
4 "domain": "Inspector", 4 "domain": "Inspector",
5 "hidden": true, 5 "hidden": true,
6 "types": [], 6 "types": [],
7 "commands": [ 7 "commands": [
8 { 8 {
9 "name": "enable", 9 "name": "enable",
10 "description": "Enables inspector domain notifications." 10 "description": "Enables inspector domain notifications."
(...skipping 4445 matching lines...) Expand 10 before | Expand all | Expand 10 after
4456 "properties": [ 4456 "properties": [
4457 { "name": "startDelay", "type": "number", "description": "<c ode>AnimationNode</code>'s start delay." }, 4457 { "name": "startDelay", "type": "number", "description": "<c ode>AnimationNode</code>'s start delay." },
4458 { "name": "playbackRate", "type": "number", "description": " <code>AnimationNode</code>'s playbackRate." }, 4458 { "name": "playbackRate", "type": "number", "description": " <code>AnimationNode</code>'s playbackRate." },
4459 { "name": "iterationStart", "type": "number", "description": "<code>AnimationNode</code>'s iteration start." }, 4459 { "name": "iterationStart", "type": "number", "description": "<code>AnimationNode</code>'s iteration start." },
4460 { "name": "iterationCount", "type": "number", "description": "<code>AnimationNode</code>'s iteration count." }, 4460 { "name": "iterationCount", "type": "number", "description": "<code>AnimationNode</code>'s iteration count." },
4461 { "name": "duration", "type": "number", "description": "<cod e>AnimationNode</code>'s iteration duration." }, 4461 { "name": "duration", "type": "number", "description": "<cod e>AnimationNode</code>'s iteration duration." },
4462 { "name": "direction", "type": "number", "description": "<co de>AnimationNode</code>'s playback direction." }, 4462 { "name": "direction", "type": "number", "description": "<co de>AnimationNode</code>'s playback direction." },
4463 { "name": "fillMode", "type": "number", "description": "<cod e>AnimationNode</code>'s fill mode." }, 4463 { "name": "fillMode", "type": "number", "description": "<cod e>AnimationNode</code>'s fill mode." },
4464 { "name": "timeFraction", "type": "number", "description": " <code>AnimationNode</code>'s time fraction." }, 4464 { "name": "timeFraction", "type": "number", "description": " <code>AnimationNode</code>'s time fraction." },
4465 { "name": "name", "type": "string", "description": "<code>An imationNode</code>'s name." }, 4465 { "name": "name", "type": "string", "description": "<code>An imationNode</code>'s name." },
4466 { "name": "backendNodeId", "$ref": "DOM.BackendNodeId", "des cription": "<code>AnimationNode</code>'s target node." },
4466 { "name": "keyframesRule", "$ref": "KeyframesRule", "optiona l": true, "description": "<code>AnimationNode</code>'s keyframes." } 4467 { "name": "keyframesRule", "$ref": "KeyframesRule", "optiona l": true, "description": "<code>AnimationNode</code>'s keyframes." }
4467 ], 4468 ],
4468 "description": "AnimationNode instance" 4469 "description": "AnimationNode instance"
4469 }, 4470 },
4470 { 4471 {
4471 "id": "KeyframesRule", 4472 "id": "KeyframesRule",
4472 "type": "object", 4473 "type": "object",
4473 "properties": [ 4474 "properties": [
4474 { "name": "name", "type": "string", "optional": true, "descr iption": "CSS keyframed animation's name." }, 4475 { "name": "name", "type": "string", "optional": true, "descr iption": "CSS keyframed animation's name." },
4475 { "name": "keyframes", "type": "array", "items": { "$ref": " KeyframeStyle" }, "description": "List of animation keyframes." } 4476 { "name": "keyframes", "type": "array", "items": { "$ref": " KeyframeStyle" }, "description": "List of animation keyframes." }
4476 ], 4477 ],
4477 "description": "Keyframes Rule" 4478 "description": "Keyframes Rule"
4478 }, 4479 },
4479 { 4480 {
4480 "id": "KeyframeStyle", 4481 "id": "KeyframeStyle",
4481 "type": "object", 4482 "type": "object",
4482 "properties": [ 4483 "properties": [
4483 { "name": "offset", "type": "string", "description": "Keyfra me's time offset." }, 4484 { "name": "offset", "type": "string", "description": "Keyfra me's time offset." },
4484 { "name": "style", "$ref": "CSS.CSSStyle", "description": "K eyframe's associated CSS style declaration." } 4485 { "name": "style", "$ref": "CSS.CSSStyle", "description": "K eyframe's associated CSS style declaration." }
4485 ], 4486 ],
4486 "description": "Keyframe Style" 4487 "description": "Keyframe Style"
4487 } 4488 }
4488 ], 4489 ],
4489 "commands": [ 4490 "commands": [
4490 { 4491 {
4491 "name": "getAnimationPlayersForNode", 4492 "name": "getAnimationPlayersForNode",
4492 "parameters": [ 4493 "parameters": [
4493 { "name": "nodeId", "$ref": "DOM.NodeId", "description": "Id of the node to get animation players for." } 4494 { "name": "nodeId", "$ref": "DOM.NodeId", "description": "Id of the node to get animation players for." },
4495 { "name": "includeSubtreeAnimations", "type": "boolean", "de scription": "Include animations from elements subtree." }
4494 ], 4496 ],
4495 "returns": [ 4497 "returns": [
4496 { "name": "animationPlayers", "type": "array", "items": { "$ ref": "AnimationPlayer" }, "description": "Array of animation players." } 4498 { "name": "animationPlayers", "type": "array", "items": { "$ ref": "AnimationPlayer" }, "description": "Array of animation players." }
4497 ], 4499 ],
4498 "description": "Returns animation players relevant to the node." , 4500 "description": "Returns animation players relevant to the node." ,
4499 "hidden": true 4501 "hidden": true
4500 }, 4502 },
4501 { 4503 {
4502 "name": "pauseAnimationPlayer", 4504 "name": "pauseAnimationPlayer",
4503 "parameters": [ 4505 "parameters": [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
4542 { "name": "isRunning", "type": "boolean", "description": "If the animation player is still running." } 4544 { "name": "isRunning", "type": "boolean", "description": "If the animation player is still running." }
4543 ], 4545 ],
4544 "description": "Gets the state of an AnimationPlayer.", 4546 "description": "Gets the state of an AnimationPlayer.",
4545 "hidden": true 4547 "hidden": true
4546 } 4548 }
4547 ], 4549 ],
4548 "events": [ 4550 "events": [
4549 ] 4551 ]
4550 }] 4552 }]
4551 } 4553 }
OLDNEW
« 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