| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index c4eeb0e01bc81e1f1097979002ebef0e0c98f72a..1659664517a4183f012745071981cbe92261c83e 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -4701,6 +4701,7 @@
|
| "hidden": true,
|
| "properties": [
|
| { "name": "delay", "type": "number", "description": "<code>AnimationNode</code>'s delay." },
|
| + { "name": "endDelay", "type": "number", "description": "<code>AnimationNode</code>'s end delay." },
|
| { "name": "playbackRate", "type": "number", "description": "<code>AnimationNode</code>'s playbackRate." },
|
| { "name": "iterationStart", "type": "number", "description": "<code>AnimationNode</code>'s iteration start." },
|
| { "name": "iterations", "type": "number", "description": "<code>AnimationNode</code>'s iterations." },
|
|
|