OLD | NEW |
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 4733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4744 { "name": "type", "type": "string", "enum": ["CSSTransition"
, "CSSAnimation", "WebAnimation"], "description": "Animation type of <code>Anima
tionPlayer</code>." } | 4744 { "name": "type", "type": "string", "enum": ["CSSTransition"
, "CSSAnimation", "WebAnimation"], "description": "Animation type of <code>Anima
tionPlayer</code>." } |
4745 ], | 4745 ], |
4746 "description": "AnimationPlayer instance." | 4746 "description": "AnimationPlayer instance." |
4747 }, | 4747 }, |
4748 { | 4748 { |
4749 "id": "AnimationNode", | 4749 "id": "AnimationNode", |
4750 "type": "object", | 4750 "type": "object", |
4751 "hidden": true, | 4751 "hidden": true, |
4752 "properties": [ | 4752 "properties": [ |
4753 { "name": "delay", "type": "number", "description": "<code>A
nimationNode</code>'s delay." }, | 4753 { "name": "delay", "type": "number", "description": "<code>A
nimationNode</code>'s delay." }, |
| 4754 { "name": "endDelay", "type": "number", "description": "<cod
e>AnimationNode</code>'s end delay." }, |
4754 { "name": "playbackRate", "type": "number", "description": "
<code>AnimationNode</code>'s playbackRate." }, | 4755 { "name": "playbackRate", "type": "number", "description": "
<code>AnimationNode</code>'s playbackRate." }, |
4755 { "name": "iterationStart", "type": "number", "description":
"<code>AnimationNode</code>'s iteration start." }, | 4756 { "name": "iterationStart", "type": "number", "description":
"<code>AnimationNode</code>'s iteration start." }, |
4756 { "name": "iterations", "type": "number", "description": "<c
ode>AnimationNode</code>'s iterations." }, | 4757 { "name": "iterations", "type": "number", "description": "<c
ode>AnimationNode</code>'s iterations." }, |
4757 { "name": "duration", "type": "number", "description": "<cod
e>AnimationNode</code>'s iteration duration." }, | 4758 { "name": "duration", "type": "number", "description": "<cod
e>AnimationNode</code>'s iteration duration." }, |
4758 { "name": "direction", "type": "string", "description": "<co
de>AnimationNode</code>'s playback direction." }, | 4759 { "name": "direction", "type": "string", "description": "<co
de>AnimationNode</code>'s playback direction." }, |
4759 { "name": "fill", "type": "string", "description": "<code>An
imationNode</code>'s fill mode." }, | 4760 { "name": "fill", "type": "string", "description": "<code>An
imationNode</code>'s fill mode." }, |
4760 { "name": "name", "type": "string", "description": "<code>An
imationNode</code>'s name." }, | 4761 { "name": "name", "type": "string", "description": "<code>An
imationNode</code>'s name." }, |
4761 { "name": "backendNodeId", "$ref": "DOM.BackendNodeId", "des
cription": "<code>AnimationNode</code>'s target node." }, | 4762 { "name": "backendNodeId", "$ref": "DOM.BackendNodeId", "des
cription": "<code>AnimationNode</code>'s target node." }, |
4762 { "name": "keyframesRule", "$ref": "KeyframesRule", "optiona
l": true, "description": "<code>AnimationNode</code>'s keyframes." }, | 4763 { "name": "keyframesRule", "$ref": "KeyframesRule", "optiona
l": true, "description": "<code>AnimationNode</code>'s keyframes." }, |
4763 { "name": "easing", "type": "string", "description": "<code>
AnimationNode</code>'s timing function." } | 4764 { "name": "easing", "type": "string", "description": "<code>
AnimationNode</code>'s timing function." } |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4870 ], | 4871 ], |
4871 "returns": [ | 4872 "returns": [ |
4872 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } | 4873 { "name": "accessibilityNode", "$ref": "AXNode", "descriptio
n": "The <code>Accessibility.AXNode</code> for this DOM node, if it exists.", "o
ptional": true } |
4873 ], | 4874 ], |
4874 "description": "Fetches the accessibility node for this DOM node
, if it exists.", | 4875 "description": "Fetches the accessibility node for this DOM node
, if it exists.", |
4875 "hidden": true | 4876 "hidden": true |
4876 } | 4877 } |
4877 ] | 4878 ] |
4878 }] | 4879 }] |
4879 } | 4880 } |
OLD | NEW |