Created
November 11, 2019 13:28
-
-
Save davibe/c11d74019a1d4b8be666a303a1e2f5c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "type": 4, | |
| "data": { | |
| "href": "http://localhost:1234/workflow1.html", | |
| "width": 877, | |
| "height": 927 | |
| }, | |
| "timestamp": 1570639615140 | |
| }, | |
| { | |
| "type": 2, | |
| "data": { | |
| "node": { | |
| "type": 0, | |
| "childNodes": [ | |
| { | |
| "type": 1, | |
| "name": "html", | |
| "publicId": "", | |
| "systemId": "", | |
| "id": 2 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "html", | |
| "attributes": {}, | |
| "childNodes": [ | |
| { | |
| "type": 2, | |
| "tagName": "head", | |
| "attributes": {}, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 5 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "script", | |
| "attributes": { | |
| "async": "", | |
| "type": "text/javascript", | |
| "charset": "utf-8", | |
| "src": "http://localhost:1234/src.9caef6c7.js" | |
| }, | |
| "childNodes": [], | |
| "id": 6 | |
| } | |
| ], | |
| "id": 4 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 7 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "body", | |
| "attributes": {}, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 9 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "p", | |
| "attributes": {}, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "welcome", | |
| "id": 11 | |
| } | |
| ], | |
| "id": 10 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 12 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "p", | |
| "attributes": {}, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 14 | |
| } | |
| ], | |
| "id": 13 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "pre", | |
| "attributes": {}, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "This demo \n\n- records your webcam (using HTML5 APIs) and the webpage (using RRWeb library).\n- webcam recordings are split in multiple segments (every 30s, configurable) and uploaded to the server\n- webpage recording are uploaded at the end of the session\n- the session ends after 45 seconds\n\nInspect the js console and network panel for more details.\n ", | |
| "id": 16 | |
| } | |
| ], | |
| "id": 15 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 17 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "p", | |
| "attributes": {}, | |
| "childNodes": [], | |
| "id": 18 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n\n ", | |
| "id": 19 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "form", | |
| "attributes": { | |
| "action": "" | |
| }, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 21 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "fieldset", | |
| "attributes": {}, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 23 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "legend", | |
| "attributes": {}, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "A sample form", | |
| "id": 25 | |
| } | |
| ], | |
| "id": 24 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n First name:", | |
| "id": 26 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "br", | |
| "attributes": {}, | |
| "childNodes": [], | |
| "id": 27 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 28 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "input", | |
| "attributes": { | |
| "type": "text", | |
| "name": "firstname", | |
| "value": "Mickey" | |
| }, | |
| "childNodes": [], | |
| "id": 29 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "br", | |
| "attributes": {}, | |
| "childNodes": [], | |
| "id": 30 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n Last name:", | |
| "id": 31 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "br", | |
| "attributes": {}, | |
| "childNodes": [], | |
| "id": 32 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 33 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "input", | |
| "attributes": { | |
| "type": "text", | |
| "name": "lastname", | |
| "value": "Mouse" | |
| }, | |
| "childNodes": [], | |
| "id": 34 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "br", | |
| "attributes": {}, | |
| "childNodes": [], | |
| "id": 35 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n Select:", | |
| "id": 36 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "br", | |
| "attributes": {}, | |
| "childNodes": [], | |
| "id": 37 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 38 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "select", | |
| "attributes": { | |
| "value": "1" | |
| }, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 40 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "option", | |
| "attributes": { | |
| "value": "1", | |
| "selected": true | |
| }, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "one", | |
| "id": 42 | |
| } | |
| ], | |
| "id": 41 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 43 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "option", | |
| "attributes": { | |
| "value": "2" | |
| }, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "two", | |
| "id": 45 | |
| } | |
| ], | |
| "id": 44 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 46 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "option", | |
| "attributes": { | |
| "value": "3" | |
| }, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "three", | |
| "id": 48 | |
| } | |
| ], | |
| "id": 47 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 49 | |
| } | |
| ], | |
| "id": 39 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "br", | |
| "attributes": {}, | |
| "childNodes": [], | |
| "id": 50 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 51 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "br", | |
| "attributes": {}, | |
| "childNodes": [], | |
| "id": 52 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 53 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "iframe", | |
| "attributes": { | |
| "src": "http://www.tin.it/", | |
| "height": "150", | |
| "width": "500" | |
| }, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "<br>\n <br>\n <input type=\"submit\" value=\"Submit\">\n ", | |
| "id": 55 | |
| } | |
| ], | |
| "id": 54 | |
| } | |
| ], | |
| "id": 22 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 56 | |
| } | |
| ], | |
| "id": 20 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n\n ", | |
| "id": 57 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "p", | |
| "attributes": {}, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "A camera preview", | |
| "id": 59 | |
| } | |
| ], | |
| "id": 58 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n\n ", | |
| "id": 60 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "video", | |
| "attributes": { | |
| "id": "player", | |
| "style": "width: 320px; display: none;", | |
| "autoplay": "", | |
| "controls": "" | |
| }, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 62 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "source", | |
| "attributes": { | |
| "src": "http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4" | |
| }, | |
| "childNodes": [], | |
| "id": 63 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n ", | |
| "id": 64 | |
| } | |
| ], | |
| "id": 61 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n\n ", | |
| "id": 65 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "style", | |
| "attributes": {}, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": ".eh_calibration_mask {\n background-color: #0e1724;\n }\n\n .eh_calibration_dot {\n background-image: url('http://localhost:1234/data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 49'%3E%3Cg fill='none' fill-rule='nonzero'%3E%3Crect width='7.119' height='10.484' y='25.956' fill='%23C1C5C9' rx='3.559'/%3E%3Cellipse cx='7.719' cy='31.262' fill='%23929699' rx='5.206' ry='6.254'/%3E%3Crect width='7.119' height='10.484' x='48.687' y='25.956' fill='%23C1C5C9' rx='3.559' transform='rotate(-180 52.247 31.198)'/%3E%3Cellipse cx='48.086' cy='31.262' fill='%23929699' rx='5.206' ry='6.254'/%3E%3Cpath fill='%23C1C5C9' d='M31.85 14.246a3.556 3.556 0 0 1-3.555 3.555h-1.107a3.556 3.556 0 0 1 0-7.11h1.107a3.556 3.556 0 0 1 3.556 3.555z'/%3E%3Cellipse cx='27.875' cy='16.656' fill='%23929699' rx='5.804' ry='4.077'/%3E%3Cpath fill='%2313202F' d='M28.525 3.581v7.111h-1.43v-7.11z'/%3E%3Cellipse cx='27.81' cy='2.274' fill='%23F9BE00' rx='2.277' ry='2.274'/%3E%3Cellipse cx='28.311' cy='1.676' fill='%23FFF6DC' rx='1' ry='1'/%3E%3Cellipse cx='27.875' cy='31.199' fill='%23ECECEC' rx='24.098' ry='17.748'/%3E%3Cpath fill='%2313202F' d='M18.065 27.122a5.417 5.417 0 0 1 5.25 4.083 5.41 5.41 0 0 0-2.158-5.786 5.423 5.423 0 0 0-6.181 0 5.41 5.41 0 0 0-2.16 5.786 5.413 5.413 0 0 1 5.25-4.083zM37.686 27.122a5.417 5.417 0 0 1 5.25 4.083 5.407 5.407 0 0 0-1.806-5.503 5.42 5.42 0 0 0-5.751-.72 5.41 5.41 0 0 0-2.944 6.223 5.417 5.417 0 0 1 5.25-4.083zM34.695 38.747a6.688 6.688 0 0 1-6.69 6.684 6.688 6.688 0 0 1-6.692-6.684c0-3.692 13.382-3.692 13.382 0z'/%3E%3Cellipse cx='34.825' cy='17.419' fill='%23FFF' rx='1.66' ry='3.577' transform='rotate(-79.03 34.825 17.419)'/%3E%3Cpath fill='%23FFF' d='M24.828 36.278a1.393 1.393 0 0 0-.012.162c0 1.288 1.371 2.333 3.065 2.333 1.695 0 3.066-1.045 3.066-2.333 0-.069-.006-.137-.014-.204a17.106 17.106 0 0 0-6.105.042z'/%3E%3Cpath fill='%23EA7199' d='M32.917 43.265a4.103 4.103 0 0 0-2.657-.878 4.25 4.25 0 0 0-2.403.692 4.25 4.25 0 0 0-2.41-.692 4.195 4.195 0 0 0-2.497.758 6.69 6.69 0 0 0 9.967.12z'/%3E%3C/g%3E%3C/svg%3E%0A');\n }", | |
| "isStyle": true, | |
| "id": 67 | |
| } | |
| ], | |
| "id": 66 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n\n ", | |
| "id": 68 | |
| }, | |
| { | |
| "type": 2, | |
| "tagName": "script", | |
| "attributes": { | |
| "lang": "text/javascript", | |
| "src": "http://localhost:1234/workflow1.dfcd3421.js" | |
| }, | |
| "childNodes": [ | |
| { | |
| "type": 3, | |
| "textContent": "SCRIPT_PLACEHOLDER", | |
| "id": 70 | |
| } | |
| ], | |
| "id": 69 | |
| }, | |
| { | |
| "type": 3, | |
| "textContent": "\n \n", | |
| "id": 71 | |
| } | |
| ], | |
| "id": 8 | |
| } | |
| ], | |
| "id": 3 | |
| } | |
| ], | |
| "id": 1 | |
| }, | |
| "initialOffset": { | |
| "left": 0, | |
| "top": 0 | |
| } | |
| }, | |
| "timestamp": 1570639615143 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [], | |
| "removes": [], | |
| "adds": [ | |
| { | |
| "parentId": 8, | |
| "previousId": 71, | |
| "nextId": null, | |
| "node": { | |
| "type": 2, | |
| "tagName": "div", | |
| "attributes": { | |
| "id": "eh_webrecorder_user_interface" | |
| }, | |
| "childNodes": [], | |
| "id": 72 | |
| } | |
| }, | |
| { | |
| "parentId": 72, | |
| "previousId": null, | |
| "nextId": null, | |
| "node": { | |
| "type": 2, | |
| "tagName": "div", | |
| "attributes": { | |
| "class": "eh_calibration_mask", | |
| "style": "top: 0px; bottom: 0px; left: 0px; right: 0px; position: absolute; border: 1px dotted gray; z-index: 1000;" | |
| }, | |
| "childNodes": [], | |
| "id": 73 | |
| } | |
| }, | |
| { | |
| "parentId": 73, | |
| "previousId": null, | |
| "nextId": -1, | |
| "node": { | |
| "type": 2, | |
| "tagName": "div", | |
| "attributes": { | |
| "style": "text-align: center; left: 0px; right: 0px; top: 45%; position: absolute;" | |
| }, | |
| "childNodes": [], | |
| "id": 74 | |
| } | |
| }, | |
| { | |
| "parentId": 73, | |
| "previousId": 74, | |
| "nextId": null, | |
| "node": { | |
| "type": 2, | |
| "tagName": "div", | |
| "attributes": { | |
| "class": "eh_calibration_dot", | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 10%; left: 10%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| }, | |
| "childNodes": [], | |
| "id": 75 | |
| } | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639615147 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 4, | |
| "width": 877, | |
| "height": 927 | |
| }, | |
| "timestamp": 1570639615899 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 723, | |
| "y": 81, | |
| "id": 73, | |
| "timeOffset": 0 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639616205 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 554, | |
| "y": 86, | |
| "id": 73, | |
| "timeOffset": -445 | |
| }, | |
| { | |
| "x": 300, | |
| "y": 75, | |
| "id": 73, | |
| "timeOffset": -389 | |
| }, | |
| { | |
| "x": 193, | |
| "y": 57, | |
| "id": 73, | |
| "timeOffset": -332 | |
| }, | |
| { | |
| "x": 154, | |
| "y": 43, | |
| "id": 73, | |
| "timeOffset": -276 | |
| }, | |
| { | |
| "x": 147, | |
| "y": 40, | |
| "id": 73, | |
| "timeOffset": -220 | |
| }, | |
| { | |
| "x": 128, | |
| "y": 49, | |
| "id": 73, | |
| "timeOffset": -164 | |
| }, | |
| { | |
| "x": 118, | |
| "y": 63, | |
| "id": 73, | |
| "timeOffset": -108 | |
| }, | |
| { | |
| "x": 102, | |
| "y": 91, | |
| "id": 73, | |
| "timeOffset": -51 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639616706 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 90, | |
| "y": 95 | |
| }, | |
| "timestamp": 1570639616983 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 90, | |
| "y": 95 | |
| }, | |
| "timestamp": 1570639617078 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 90, | |
| "y": 95 | |
| }, | |
| "timestamp": 1570639617078 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 10%; left: 50%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639617082 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 91, | |
| "y": 102, | |
| "id": 75, | |
| "timeOffset": -498 | |
| }, | |
| { | |
| "x": 90, | |
| "y": 103, | |
| "id": 75, | |
| "timeOffset": -442 | |
| }, | |
| { | |
| "x": 89, | |
| "y": 102, | |
| "id": 75, | |
| "timeOffset": -338 | |
| }, | |
| { | |
| "x": 89, | |
| "y": 96, | |
| "id": 75, | |
| "timeOffset": -282 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639617208 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 10%; left: 50%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639617582 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 90, | |
| "y": 95, | |
| "id": 75, | |
| "timeOffset": -377 | |
| }, | |
| { | |
| "x": 219, | |
| "y": 95, | |
| "id": 73, | |
| "timeOffset": -321 | |
| }, | |
| { | |
| "x": 463, | |
| "y": 111, | |
| "id": 73, | |
| "timeOffset": -271 | |
| }, | |
| { | |
| "x": 561, | |
| "y": 138, | |
| "id": 73, | |
| "timeOffset": -63 | |
| }, | |
| { | |
| "x": 605, | |
| "y": 132, | |
| "id": 73, | |
| "timeOffset": -10 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639617708 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 651, | |
| "y": 120, | |
| "id": 73, | |
| "timeOffset": -456 | |
| }, | |
| { | |
| "x": 655, | |
| "y": 119, | |
| "id": 73, | |
| "timeOffset": -406 | |
| }, | |
| { | |
| "x": 657, | |
| "y": 118, | |
| "id": 73, | |
| "timeOffset": -351 | |
| }, | |
| { | |
| "x": 661, | |
| "y": 116, | |
| "id": 73, | |
| "timeOffset": -295 | |
| }, | |
| { | |
| "x": 662, | |
| "y": 115, | |
| "id": 73, | |
| "timeOffset": -216 | |
| }, | |
| { | |
| "x": 653, | |
| "y": 112, | |
| "id": 73, | |
| "timeOffset": -166 | |
| }, | |
| { | |
| "x": 572, | |
| "y": 105, | |
| "id": 73, | |
| "timeOffset": -110 | |
| }, | |
| { | |
| "x": 451, | |
| "y": 105, | |
| "id": 73, | |
| "timeOffset": -54 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639618210 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 440, | |
| "y": 93 | |
| }, | |
| "timestamp": 1570639618604 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 440, | |
| "y": 93 | |
| }, | |
| "timestamp": 1570639618692 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 440, | |
| "y": 93 | |
| }, | |
| "timestamp": 1570639618692 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 10%; left: 90%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639618694 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 423, | |
| "y": 108, | |
| "id": 73, | |
| "timeOffset": -499 | |
| }, | |
| { | |
| "x": 423, | |
| "y": 108, | |
| "id": 73, | |
| "timeOffset": -410 | |
| }, | |
| { | |
| "x": 428, | |
| "y": 106, | |
| "id": 73, | |
| "timeOffset": -355 | |
| }, | |
| { | |
| "x": 430, | |
| "y": 103, | |
| "id": 73, | |
| "timeOffset": -299 | |
| }, | |
| { | |
| "x": 437, | |
| "y": 96, | |
| "id": 75, | |
| "timeOffset": -243 | |
| }, | |
| { | |
| "x": 440, | |
| "y": 93, | |
| "id": 75, | |
| "timeOffset": -186 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639618710 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 10%; left: 90%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639619194 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 441, | |
| "y": 93, | |
| "id": 75, | |
| "timeOffset": -251 | |
| }, | |
| { | |
| "x": 492, | |
| "y": 84, | |
| "id": 73, | |
| "timeOffset": -195 | |
| }, | |
| { | |
| "x": 628, | |
| "y": 94, | |
| "id": 73, | |
| "timeOffset": -139 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639619211 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 656, | |
| "y": 105, | |
| "id": 73, | |
| "timeOffset": -363 | |
| }, | |
| { | |
| "x": 685, | |
| "y": 99, | |
| "id": 73, | |
| "timeOffset": -307 | |
| }, | |
| { | |
| "x": 704, | |
| "y": 97, | |
| "id": 73, | |
| "timeOffset": -256 | |
| }, | |
| { | |
| "x": 715, | |
| "y": 96, | |
| "id": 75, | |
| "timeOffset": -203 | |
| }, | |
| { | |
| "x": 717, | |
| "y": 95, | |
| "id": 73, | |
| "timeOffset": -148 | |
| }, | |
| { | |
| "x": 717, | |
| "y": 95, | |
| "id": 73, | |
| "timeOffset": -83 | |
| }, | |
| { | |
| "x": 722, | |
| "y": 94, | |
| "id": 73, | |
| "timeOffset": -24 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639619711 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 793, | |
| "y": 97 | |
| }, | |
| "timestamp": 1570639620126 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 748, | |
| "y": 94, | |
| "id": 73, | |
| "timeOffset": -470 | |
| }, | |
| { | |
| "x": 763, | |
| "y": 101, | |
| "id": 73, | |
| "timeOffset": -414 | |
| }, | |
| { | |
| "x": 766, | |
| "y": 102, | |
| "id": 73, | |
| "timeOffset": -358 | |
| }, | |
| { | |
| "x": 772, | |
| "y": 100, | |
| "id": 73, | |
| "timeOffset": -303 | |
| }, | |
| { | |
| "x": 778, | |
| "y": 98, | |
| "id": 73, | |
| "timeOffset": -246 | |
| }, | |
| { | |
| "x": 789, | |
| "y": 97, | |
| "id": 75, | |
| "timeOffset": -191 | |
| }, | |
| { | |
| "x": 793, | |
| "y": 97, | |
| "id": 75, | |
| "timeOffset": -135 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639620212 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 793, | |
| "y": 97 | |
| }, | |
| "timestamp": 1570639620214 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 793, | |
| "y": 97 | |
| }, | |
| "timestamp": 1570639620214 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 30%; left: 30%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639620216 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 30%; left: 30%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639620718 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 792, | |
| "y": 97, | |
| "id": 73, | |
| "timeOffset": 0 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639621034 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 694, | |
| "y": 116, | |
| "id": 73, | |
| "timeOffset": -444 | |
| }, | |
| { | |
| "x": 472, | |
| "y": 177, | |
| "id": 73, | |
| "timeOffset": -389 | |
| }, | |
| { | |
| "x": 299, | |
| "y": 236, | |
| "id": 73, | |
| "timeOffset": -332 | |
| }, | |
| { | |
| "x": 244, | |
| "y": 252, | |
| "id": 73, | |
| "timeOffset": -275 | |
| }, | |
| { | |
| "x": 230, | |
| "y": 259, | |
| "id": 73, | |
| "timeOffset": -219 | |
| }, | |
| { | |
| "x": 226, | |
| "y": 268, | |
| "id": 73, | |
| "timeOffset": -163 | |
| }, | |
| { | |
| "x": 226, | |
| "y": 275, | |
| "id": 73, | |
| "timeOffset": -108 | |
| }, | |
| { | |
| "x": 227, | |
| "y": 279, | |
| "id": 73, | |
| "timeOffset": -52 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639621535 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 264, | |
| "y": 285 | |
| }, | |
| "timestamp": 1570639621772 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 264, | |
| "y": 285 | |
| }, | |
| "timestamp": 1570639621852 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 264, | |
| "y": 285 | |
| }, | |
| "timestamp": 1570639621852 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 30%; left: 70%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639621854 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 245, | |
| "y": 284, | |
| "id": 73, | |
| "timeOffset": -497 | |
| }, | |
| { | |
| "x": 256, | |
| "y": 285, | |
| "id": 75, | |
| "timeOffset": -441 | |
| }, | |
| { | |
| "x": 261, | |
| "y": 285, | |
| "id": 75, | |
| "timeOffset": -385 | |
| }, | |
| { | |
| "x": 264, | |
| "y": 285, | |
| "id": 75, | |
| "timeOffset": -329 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639622036 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 30%; left: 70%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639622354 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 264, | |
| "y": 285, | |
| "id": 75, | |
| "timeOffset": -351 | |
| }, | |
| { | |
| "x": 271, | |
| "y": 284, | |
| "id": 75, | |
| "timeOffset": -294 | |
| }, | |
| { | |
| "x": 325, | |
| "y": 285, | |
| "id": 73, | |
| "timeOffset": -239 | |
| }, | |
| { | |
| "x": 426, | |
| "y": 303, | |
| "id": 73, | |
| "timeOffset": -184 | |
| }, | |
| { | |
| "x": 514, | |
| "y": 305, | |
| "id": 73, | |
| "timeOffset": -128 | |
| }, | |
| { | |
| "x": 555, | |
| "y": 308, | |
| "id": 73, | |
| "timeOffset": -71 | |
| }, | |
| { | |
| "x": 574, | |
| "y": 308, | |
| "id": 73, | |
| "timeOffset": -16 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639622536 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 581, | |
| "y": 307, | |
| "id": 73, | |
| "timeOffset": -461 | |
| }, | |
| { | |
| "x": 597, | |
| "y": 297, | |
| "id": 73, | |
| "timeOffset": -405 | |
| }, | |
| { | |
| "x": 625, | |
| "y": 281, | |
| "id": 73, | |
| "timeOffset": -349 | |
| }, | |
| { | |
| "x": 632, | |
| "y": 277, | |
| "id": 73, | |
| "timeOffset": -292 | |
| }, | |
| { | |
| "x": 635, | |
| "y": 275, | |
| "id": 73, | |
| "timeOffset": -204 | |
| }, | |
| { | |
| "x": 635, | |
| "y": 275, | |
| "id": 73, | |
| "timeOffset": -145 | |
| }, | |
| { | |
| "x": 626, | |
| "y": 275, | |
| "id": 73, | |
| "timeOffset": -91 | |
| }, | |
| { | |
| "x": 618, | |
| "y": 275, | |
| "id": 75, | |
| "timeOffset": -36 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639623037 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 610, | |
| "y": 275 | |
| }, | |
| "timestamp": 1570639623179 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 610, | |
| "y": 275 | |
| }, | |
| "timestamp": 1570639623266 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 610, | |
| "y": 275 | |
| }, | |
| "timestamp": 1570639623266 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 50%; left: 10%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639623268 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 611, | |
| "y": 275, | |
| "id": 75, | |
| "timeOffset": -481 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639623538 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 50%; left: 10%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639623770 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 610, | |
| "y": 275, | |
| "id": 73, | |
| "timeOffset": -4 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639624038 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 527, | |
| "y": 293, | |
| "id": 73, | |
| "timeOffset": -449 | |
| }, | |
| { | |
| "x": 293, | |
| "y": 373, | |
| "id": 73, | |
| "timeOffset": -392 | |
| }, | |
| { | |
| "x": 166, | |
| "y": 412, | |
| "id": 73, | |
| "timeOffset": -342 | |
| }, | |
| { | |
| "x": 117, | |
| "y": 433, | |
| "id": 73, | |
| "timeOffset": -287 | |
| }, | |
| { | |
| "x": 83, | |
| "y": 450, | |
| "id": 73, | |
| "timeOffset": -231 | |
| }, | |
| { | |
| "x": 66, | |
| "y": 461, | |
| "id": 73, | |
| "timeOffset": -175 | |
| }, | |
| { | |
| "x": 60, | |
| "y": 464, | |
| "id": 73, | |
| "timeOffset": -120 | |
| }, | |
| { | |
| "x": 59, | |
| "y": 467, | |
| "id": 73, | |
| "timeOffset": -63 | |
| }, | |
| { | |
| "x": 59, | |
| "y": 471, | |
| "id": 73, | |
| "timeOffset": -7 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639624539 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 79, | |
| "y": 467 | |
| }, | |
| "timestamp": 1570639624821 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 79, | |
| "y": 467 | |
| }, | |
| "timestamp": 1570639624940 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 79, | |
| "y": 467 | |
| }, | |
| "timestamp": 1570639624940 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 50%; left: 50%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639624942 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 61, | |
| "y": 472, | |
| "id": 73, | |
| "timeOffset": -452 | |
| }, | |
| { | |
| "x": 71, | |
| "y": 471, | |
| "id": 73, | |
| "timeOffset": -396 | |
| }, | |
| { | |
| "x": 77, | |
| "y": 467, | |
| "id": 73, | |
| "timeOffset": -340 | |
| }, | |
| { | |
| "x": 79, | |
| "y": 467, | |
| "id": 75, | |
| "timeOffset": -285 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639625040 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 50%; left: 50%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639625442 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 81, | |
| "y": 467, | |
| "id": 75, | |
| "timeOffset": -195 | |
| }, | |
| { | |
| "x": 168, | |
| "y": 467, | |
| "id": 73, | |
| "timeOffset": -145 | |
| }, | |
| { | |
| "x": 321, | |
| "y": 473, | |
| "id": 73, | |
| "timeOffset": -93 | |
| }, | |
| { | |
| "x": 405, | |
| "y": 473, | |
| "id": 73, | |
| "timeOffset": -36 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639625541 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 438, | |
| "y": 473, | |
| "id": 73, | |
| "timeOffset": -481 | |
| }, | |
| { | |
| "x": 446, | |
| "y": 473, | |
| "id": 73, | |
| "timeOffset": -426 | |
| }, | |
| { | |
| "x": 447, | |
| "y": 473, | |
| "id": 73, | |
| "timeOffset": -370 | |
| }, | |
| { | |
| "x": 453, | |
| "y": 468, | |
| "id": 73, | |
| "timeOffset": -313 | |
| }, | |
| { | |
| "x": 465, | |
| "y": 461, | |
| "id": 73, | |
| "timeOffset": -257 | |
| }, | |
| { | |
| "x": 472, | |
| "y": 459, | |
| "id": 73, | |
| "timeOffset": -201 | |
| }, | |
| { | |
| "x": 473, | |
| "y": 458, | |
| "id": 73, | |
| "timeOffset": -96 | |
| }, | |
| { | |
| "x": 467, | |
| "y": 458, | |
| "id": 73, | |
| "timeOffset": -42 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639626043 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 437, | |
| "y": 461 | |
| }, | |
| "timestamp": 1570639626339 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 437, | |
| "y": 461 | |
| }, | |
| "timestamp": 1570639626435 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 437, | |
| "y": 461 | |
| }, | |
| "timestamp": 1570639626435 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 50%; left: 90%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639626437 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 456, | |
| "y": 458, | |
| "id": 73, | |
| "timeOffset": -485 | |
| }, | |
| { | |
| "x": 450, | |
| "y": 458, | |
| "id": 73, | |
| "timeOffset": -429 | |
| }, | |
| { | |
| "x": 440, | |
| "y": 459, | |
| "id": 75, | |
| "timeOffset": -372 | |
| }, | |
| { | |
| "x": 437, | |
| "y": 461, | |
| "id": 75, | |
| "timeOffset": -301 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639626543 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 50%; left: 90%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639626938 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 437, | |
| "y": 461, | |
| "id": 75, | |
| "timeOffset": -276 | |
| }, | |
| { | |
| "x": 526, | |
| "y": 461, | |
| "id": 73, | |
| "timeOffset": -220 | |
| }, | |
| { | |
| "x": 668, | |
| "y": 474, | |
| "id": 73, | |
| "timeOffset": -164 | |
| }, | |
| { | |
| "x": 733, | |
| "y": 484, | |
| "id": 73, | |
| "timeOffset": -108 | |
| }, | |
| { | |
| "x": 760, | |
| "y": 485, | |
| "id": 73, | |
| "timeOffset": -49 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639627043 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 770, | |
| "y": 485, | |
| "id": 73, | |
| "timeOffset": -497 | |
| }, | |
| { | |
| "x": 778, | |
| "y": 481, | |
| "id": 73, | |
| "timeOffset": -441 | |
| }, | |
| { | |
| "x": 785, | |
| "y": 479, | |
| "id": 73, | |
| "timeOffset": -384 | |
| }, | |
| { | |
| "x": 791, | |
| "y": 476, | |
| "id": 73, | |
| "timeOffset": -333 | |
| }, | |
| { | |
| "x": 796, | |
| "y": 475, | |
| "id": 73, | |
| "timeOffset": -280 | |
| }, | |
| { | |
| "x": 798, | |
| "y": 475, | |
| "id": 73, | |
| "timeOffset": -223 | |
| }, | |
| { | |
| "x": 798, | |
| "y": 474, | |
| "id": 73, | |
| "timeOffset": -167 | |
| }, | |
| { | |
| "x": 797, | |
| "y": 473, | |
| "id": 73, | |
| "timeOffset": -96 | |
| }, | |
| { | |
| "x": 796, | |
| "y": 473, | |
| "id": 73, | |
| "timeOffset": -39 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639627544 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 788, | |
| "y": 465 | |
| }, | |
| "timestamp": 1570639627753 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 788, | |
| "y": 465 | |
| }, | |
| "timestamp": 1570639627849 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 788, | |
| "y": 465 | |
| }, | |
| "timestamp": 1570639627849 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 70%; left: 30%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639627851 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 790, | |
| "y": 470, | |
| "id": 75, | |
| "timeOffset": -484 | |
| }, | |
| { | |
| "x": 788, | |
| "y": 468, | |
| "id": 75, | |
| "timeOffset": -429 | |
| }, | |
| { | |
| "x": 788, | |
| "y": 467, | |
| "id": 75, | |
| "timeOffset": -372 | |
| }, | |
| { | |
| "x": 788, | |
| "y": 465, | |
| "id": 75, | |
| "timeOffset": -301 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639628044 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 70%; left: 30%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639628353 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 787, | |
| "y": 465, | |
| "id": 73, | |
| "timeOffset": -147 | |
| }, | |
| { | |
| "x": 769, | |
| "y": 474, | |
| "id": 73, | |
| "timeOffset": -91 | |
| }, | |
| { | |
| "x": 590, | |
| "y": 513, | |
| "id": 73, | |
| "timeOffset": -34 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639628544 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 300, | |
| "y": 559, | |
| "id": 73, | |
| "timeOffset": -479 | |
| }, | |
| { | |
| "x": 171, | |
| "y": 592, | |
| "id": 73, | |
| "timeOffset": -422 | |
| }, | |
| { | |
| "x": 165, | |
| "y": 595, | |
| "id": 73, | |
| "timeOffset": -350 | |
| }, | |
| { | |
| "x": 162, | |
| "y": 600, | |
| "id": 73, | |
| "timeOffset": -294 | |
| }, | |
| { | |
| "x": 152, | |
| "y": 610, | |
| "id": 73, | |
| "timeOffset": -238 | |
| }, | |
| { | |
| "x": 147, | |
| "y": 619, | |
| "id": 73, | |
| "timeOffset": -181 | |
| }, | |
| { | |
| "x": 154, | |
| "y": 626, | |
| "id": 73, | |
| "timeOffset": -126 | |
| }, | |
| { | |
| "x": 187, | |
| "y": 644, | |
| "id": 73, | |
| "timeOffset": -70 | |
| }, | |
| { | |
| "x": 217, | |
| "y": 661, | |
| "id": 73, | |
| "timeOffset": -14 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639629044 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 265, | |
| "y": 648 | |
| }, | |
| "timestamp": 1570639629519 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 234, | |
| "y": 665, | |
| "id": 73, | |
| "timeOffset": -460 | |
| }, | |
| { | |
| "x": 240, | |
| "y": 665, | |
| "id": 73, | |
| "timeOffset": -404 | |
| }, | |
| { | |
| "x": 245, | |
| "y": 664, | |
| "id": 73, | |
| "timeOffset": -347 | |
| }, | |
| { | |
| "x": 249, | |
| "y": 661, | |
| "id": 73, | |
| "timeOffset": -292 | |
| }, | |
| { | |
| "x": 254, | |
| "y": 655, | |
| "id": 73, | |
| "timeOffset": -236 | |
| }, | |
| { | |
| "x": 258, | |
| "y": 651, | |
| "id": 75, | |
| "timeOffset": -180 | |
| }, | |
| { | |
| "x": 262, | |
| "y": 649, | |
| "id": 75, | |
| "timeOffset": -125 | |
| }, | |
| { | |
| "x": 265, | |
| "y": 648, | |
| "id": 75, | |
| "timeOffset": -52 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639629546 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 265, | |
| "y": 648 | |
| }, | |
| "timestamp": 1570639629614 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 265, | |
| "y": 648 | |
| }, | |
| "timestamp": 1570639629614 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 70%; left: 70%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639629616 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 266, | |
| "y": 648, | |
| "id": 75, | |
| "timeOffset": -38 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639630047 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 70%; left: 70%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639630117 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 320, | |
| "y": 648, | |
| "id": 73, | |
| "timeOffset": -483 | |
| }, | |
| { | |
| "x": 453, | |
| "y": 675, | |
| "id": 73, | |
| "timeOffset": -427 | |
| }, | |
| { | |
| "x": 603, | |
| "y": 685, | |
| "id": 73, | |
| "timeOffset": -371 | |
| }, | |
| { | |
| "x": 660, | |
| "y": 679, | |
| "id": 73, | |
| "timeOffset": -316 | |
| }, | |
| { | |
| "x": 676, | |
| "y": 674, | |
| "id": 73, | |
| "timeOffset": -260 | |
| }, | |
| { | |
| "x": 684, | |
| "y": 668, | |
| "id": 73, | |
| "timeOffset": -203 | |
| }, | |
| { | |
| "x": 693, | |
| "y": 661, | |
| "id": 73, | |
| "timeOffset": -152 | |
| }, | |
| { | |
| "x": 700, | |
| "y": 658, | |
| "id": 73, | |
| "timeOffset": -98 | |
| }, | |
| { | |
| "x": 703, | |
| "y": 657, | |
| "id": 73, | |
| "timeOffset": -43 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639630547 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 703, | |
| "y": 656, | |
| "id": 73, | |
| "timeOffset": -469 | |
| }, | |
| { | |
| "x": 702, | |
| "y": 654, | |
| "id": 73, | |
| "timeOffset": -415 | |
| }, | |
| { | |
| "x": 690, | |
| "y": 651, | |
| "id": 73, | |
| "timeOffset": -359 | |
| }, | |
| { | |
| "x": 672, | |
| "y": 650, | |
| "id": 73, | |
| "timeOffset": -303 | |
| }, | |
| { | |
| "x": 650, | |
| "y": 650, | |
| "id": 73, | |
| "timeOffset": -247 | |
| }, | |
| { | |
| "x": 639, | |
| "y": 647, | |
| "id": 73, | |
| "timeOffset": -191 | |
| }, | |
| { | |
| "x": 631, | |
| "y": 646, | |
| "id": 73, | |
| "timeOffset": -135 | |
| }, | |
| { | |
| "x": 626, | |
| "y": 646, | |
| "id": 73, | |
| "timeOffset": -78 | |
| }, | |
| { | |
| "x": 623, | |
| "y": 646, | |
| "id": 73, | |
| "timeOffset": -23 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639631047 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 611, | |
| "y": 646 | |
| }, | |
| "timestamp": 1570639631193 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 611, | |
| "y": 646 | |
| }, | |
| "timestamp": 1570639631289 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 611, | |
| "y": 646 | |
| }, | |
| "timestamp": 1570639631289 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 90%; left: 10%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639631291 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 621, | |
| "y": 646, | |
| "id": 75, | |
| "timeOffset": -468 | |
| }, | |
| { | |
| "x": 615, | |
| "y": 646, | |
| "id": 75, | |
| "timeOffset": -412 | |
| }, | |
| { | |
| "x": 611, | |
| "y": 646, | |
| "id": 75, | |
| "timeOffset": -355 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639631548 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 90%; left: 10%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639631793 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 610, | |
| "y": 646, | |
| "id": 73, | |
| "timeOffset": 0 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639632053 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 433, | |
| "y": 697, | |
| "id": 73, | |
| "timeOffset": -444 | |
| }, | |
| { | |
| "x": 183, | |
| "y": 786, | |
| "id": 73, | |
| "timeOffset": -389 | |
| }, | |
| { | |
| "x": 107, | |
| "y": 818, | |
| "id": 75, | |
| "timeOffset": -339 | |
| }, | |
| { | |
| "x": 95, | |
| "y": 825, | |
| "id": 75, | |
| "timeOffset": -285 | |
| }, | |
| { | |
| "x": 93, | |
| "y": 828, | |
| "id": 75, | |
| "timeOffset": -229 | |
| }, | |
| { | |
| "x": 92, | |
| "y": 829, | |
| "id": 75, | |
| "timeOffset": -115 | |
| }, | |
| { | |
| "x": 91, | |
| "y": 831, | |
| "id": 75, | |
| "timeOffset": -59 | |
| }, | |
| { | |
| "x": 91, | |
| "y": 835, | |
| "id": 75, | |
| "timeOffset": -4 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639632554 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 88, | |
| "y": 839 | |
| }, | |
| "timestamp": 1570639632751 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 88, | |
| "y": 839 | |
| }, | |
| "timestamp": 1570639632847 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 88, | |
| "y": 839 | |
| }, | |
| "timestamp": 1570639632847 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 90%; left: 50%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639632849 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 91, | |
| "y": 838, | |
| "id": 75, | |
| "timeOffset": -451 | |
| }, | |
| { | |
| "x": 89, | |
| "y": 839, | |
| "id": 75, | |
| "timeOffset": -395 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639633057 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 90%; left: 50%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639633350 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 89, | |
| "y": 839, | |
| "id": 75, | |
| "timeOffset": -314 | |
| }, | |
| { | |
| "x": 181, | |
| "y": 835, | |
| "id": 73, | |
| "timeOffset": -258 | |
| }, | |
| { | |
| "x": 294, | |
| "y": 848, | |
| "id": 73, | |
| "timeOffset": -202 | |
| }, | |
| { | |
| "x": 344, | |
| "y": 852, | |
| "id": 73, | |
| "timeOffset": -147 | |
| }, | |
| { | |
| "x": 357, | |
| "y": 852, | |
| "id": 73, | |
| "timeOffset": -91 | |
| }, | |
| { | |
| "x": 361, | |
| "y": 850, | |
| "id": 73, | |
| "timeOffset": -34 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639633558 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 365, | |
| "y": 846, | |
| "id": 73, | |
| "timeOffset": -478 | |
| }, | |
| { | |
| "x": 385, | |
| "y": 836, | |
| "id": 73, | |
| "timeOffset": -422 | |
| }, | |
| { | |
| "x": 427, | |
| "y": 832, | |
| "id": 73, | |
| "timeOffset": -366 | |
| }, | |
| { | |
| "x": 444, | |
| "y": 831, | |
| "id": 73, | |
| "timeOffset": -311 | |
| }, | |
| { | |
| "x": 446, | |
| "y": 831, | |
| "id": 73, | |
| "timeOffset": -261 | |
| }, | |
| { | |
| "x": 447, | |
| "y": 830, | |
| "id": 75, | |
| "timeOffset": -207 | |
| }, | |
| { | |
| "x": 447, | |
| "y": 830, | |
| "id": 75, | |
| "timeOffset": -150 | |
| }, | |
| { | |
| "x": 447, | |
| "y": 829, | |
| "id": 75, | |
| "timeOffset": -94 | |
| }, | |
| { | |
| "x": 447, | |
| "y": 828, | |
| "id": 75, | |
| "timeOffset": -38 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639634059 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 442, | |
| "y": 828 | |
| }, | |
| "timestamp": 1570639634182 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 442, | |
| "y": 828 | |
| }, | |
| "timestamp": 1570639634277 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 442, | |
| "y": 828 | |
| }, | |
| "timestamp": 1570639634277 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 90%; left: 90%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639634279 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 444, | |
| "y": 828, | |
| "id": 75, | |
| "timeOffset": -483 | |
| }, | |
| { | |
| "x": 442, | |
| "y": 828, | |
| "id": 75, | |
| "timeOffset": -418 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639634559 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 90%; left: 90%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639634780 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 443, | |
| "y": 828, | |
| "id": 75, | |
| "timeOffset": -454 | |
| }, | |
| { | |
| "x": 526, | |
| "y": 823, | |
| "id": 73, | |
| "timeOffset": -395 | |
| }, | |
| { | |
| "x": 654, | |
| "y": 849, | |
| "id": 73, | |
| "timeOffset": -342 | |
| }, | |
| { | |
| "x": 738, | |
| "y": 867, | |
| "id": 73, | |
| "timeOffset": -286 | |
| }, | |
| { | |
| "x": 762, | |
| "y": 867, | |
| "id": 73, | |
| "timeOffset": -229 | |
| }, | |
| { | |
| "x": 770, | |
| "y": 865, | |
| "id": 73, | |
| "timeOffset": -174 | |
| }, | |
| { | |
| "x": 772, | |
| "y": 864, | |
| "id": 73, | |
| "timeOffset": -118 | |
| }, | |
| { | |
| "x": 780, | |
| "y": 859, | |
| "id": 73, | |
| "timeOffset": -63 | |
| }, | |
| { | |
| "x": 791, | |
| "y": 854, | |
| "id": 73, | |
| "timeOffset": -12 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639635060 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 795, | |
| "y": 853, | |
| "id": 73, | |
| "timeOffset": -460 | |
| }, | |
| { | |
| "x": 798, | |
| "y": 853, | |
| "id": 73, | |
| "timeOffset": -387 | |
| }, | |
| { | |
| "x": 798, | |
| "y": 853, | |
| "id": 73, | |
| "timeOffset": -323 | |
| }, | |
| { | |
| "x": 799, | |
| "y": 853, | |
| "id": 73, | |
| "timeOffset": -251 | |
| }, | |
| { | |
| "x": 799, | |
| "y": 852, | |
| "id": 73, | |
| "timeOffset": -195 | |
| }, | |
| { | |
| "x": 799, | |
| "y": 847, | |
| "id": 73, | |
| "timeOffset": -140 | |
| }, | |
| { | |
| "x": 797, | |
| "y": 841, | |
| "id": 73, | |
| "timeOffset": -84 | |
| }, | |
| { | |
| "x": 795, | |
| "y": 840, | |
| "id": 75, | |
| "timeOffset": -28 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639635562 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 75, | |
| "x": 789, | |
| "y": 834 | |
| }, | |
| "timestamp": 1570639635728 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 75, | |
| "x": 789, | |
| "y": 834 | |
| }, | |
| "timestamp": 1570639635835 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 75, | |
| "x": 789, | |
| "y": 834 | |
| }, | |
| "timestamp": 1570639635835 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 75, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 10%; left: 10%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639635837 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 794, | |
| "y": 837, | |
| "id": 75, | |
| "timeOffset": -471 | |
| }, | |
| { | |
| "x": 792, | |
| "y": 835, | |
| "id": 75, | |
| "timeOffset": -415 | |
| }, | |
| { | |
| "x": 790, | |
| "y": 835, | |
| "id": 75, | |
| "timeOffset": -359 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639636062 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 73, | |
| "attributes": { | |
| "class": "", | |
| "style": "" | |
| } | |
| }, | |
| { | |
| "id": 61, | |
| "attributes": { | |
| "style": "width: 320px; display: block;" | |
| } | |
| } | |
| ], | |
| "removes": [ | |
| { | |
| "parentId": 73, | |
| "id": 75 | |
| }, | |
| { | |
| "parentId": 73, | |
| "id": 74 | |
| } | |
| ], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639636340 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 789, | |
| "y": 834, | |
| "id": 3, | |
| "timeOffset": 0 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639637028 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 693, | |
| "y": 658, | |
| "id": 8, | |
| "timeOffset": -446 | |
| }, | |
| { | |
| "x": 604, | |
| "y": 469, | |
| "id": 22, | |
| "timeOffset": -390 | |
| }, | |
| { | |
| "x": 596, | |
| "y": 447, | |
| "id": 22, | |
| "timeOffset": -94 | |
| }, | |
| { | |
| "x": 578, | |
| "y": 400, | |
| "id": 22, | |
| "timeOffset": -38 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639637529 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 555, | |
| "y": 344, | |
| "id": 22, | |
| "timeOffset": -482 | |
| }, | |
| { | |
| "x": 548, | |
| "y": 312, | |
| "id": 22, | |
| "timeOffset": -425 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639638029 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 548, | |
| "y": 309, | |
| "id": 22, | |
| "timeOffset": -465 | |
| }, | |
| { | |
| "x": 451, | |
| "y": 302, | |
| "id": 22, | |
| "timeOffset": -408 | |
| }, | |
| { | |
| "x": 165, | |
| "y": 315, | |
| "id": 22, | |
| "timeOffset": -353 | |
| }, | |
| { | |
| "x": 23, | |
| "y": 364, | |
| "id": 54, | |
| "timeOffset": -297 | |
| }, | |
| { | |
| "x": 5, | |
| "y": 374, | |
| "id": 3, | |
| "timeOffset": -241 | |
| }, | |
| { | |
| "x": 9, | |
| "y": 379, | |
| "id": 22, | |
| "timeOffset": -185 | |
| }, | |
| { | |
| "x": 14, | |
| "y": 399, | |
| "id": 22, | |
| "timeOffset": -128 | |
| }, | |
| { | |
| "x": 15, | |
| "y": 404, | |
| "id": 22, | |
| "timeOffset": -72 | |
| }, | |
| { | |
| "x": 15, | |
| "y": 405, | |
| "id": 22, | |
| "timeOffset": -16 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639638530 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 13, | |
| "y": 406, | |
| "id": 22, | |
| "timeOffset": -461 | |
| }, | |
| { | |
| "x": 8, | |
| "y": 406, | |
| "id": 20, | |
| "timeOffset": -410 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639639031 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 54, | |
| "y": 381, | |
| "id": 54, | |
| "timeOffset": 0 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639639783 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 844, | |
| "y": 269, | |
| "id": 22, | |
| "timeOffset": -445 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639640284 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 855, | |
| "y": 346, | |
| "id": 22, | |
| "timeOffset": 0 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639655071 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 52, | |
| "y": 353, | |
| "id": 54, | |
| "timeOffset": -311 | |
| }, | |
| { | |
| "x": 5, | |
| "y": 347, | |
| "id": 3, | |
| "timeOffset": -256 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639655574 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 73, | |
| "attributes": { | |
| "class": "eh_calibration_mask", | |
| "style": "top: 0px; bottom: 0px; left: 0px; right: 0px; position: absolute; border: 1px dotted gray; z-index: 1000;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [ | |
| { | |
| "parentId": 73, | |
| "previousId": null, | |
| "nextId": -1, | |
| "node": { | |
| "type": 2, | |
| "tagName": "div", | |
| "attributes": { | |
| "style": "text-align: center; left: 0px; right: 0px; top: 45%; position: absolute;" | |
| }, | |
| "childNodes": [], | |
| "id": 76 | |
| } | |
| }, | |
| { | |
| "parentId": 73, | |
| "previousId": 76, | |
| "nextId": null, | |
| "node": { | |
| "type": 2, | |
| "tagName": "div", | |
| "attributes": { | |
| "class": "eh_calibration_dot", | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 10%; left: 10%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| }, | |
| "childNodes": [], | |
| "id": 77 | |
| } | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639659730 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 840, | |
| "y": 60, | |
| "id": 73, | |
| "timeOffset": 0 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639660111 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 396, | |
| "y": 150, | |
| "id": 73, | |
| "timeOffset": -449 | |
| }, | |
| { | |
| "x": 197, | |
| "y": 139, | |
| "id": 73, | |
| "timeOffset": -392 | |
| }, | |
| { | |
| "x": 172, | |
| "y": 120, | |
| "id": 73, | |
| "timeOffset": -337 | |
| }, | |
| { | |
| "x": 172, | |
| "y": 118, | |
| "id": 73, | |
| "timeOffset": -273 | |
| }, | |
| { | |
| "x": 159, | |
| "y": 113, | |
| "id": 73, | |
| "timeOffset": -216 | |
| }, | |
| { | |
| "x": 137, | |
| "y": 109, | |
| "id": 73, | |
| "timeOffset": -159 | |
| }, | |
| { | |
| "x": 116, | |
| "y": 107, | |
| "id": 73, | |
| "timeOffset": -104 | |
| }, | |
| { | |
| "x": 105, | |
| "y": 104, | |
| "id": 73, | |
| "timeOffset": -47 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639660612 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 77, | |
| "x": 90, | |
| "y": 92 | |
| }, | |
| "timestamp": 1570639660807 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 77, | |
| "x": 90, | |
| "y": 92 | |
| }, | |
| "timestamp": 1570639660916 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 77, | |
| "x": 90, | |
| "y": 92 | |
| }, | |
| "timestamp": 1570639660916 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 77, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 10%; left: 90%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639660918 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 101, | |
| "y": 100, | |
| "id": 73, | |
| "timeOffset": -494 | |
| }, | |
| { | |
| "x": 98, | |
| "y": 99, | |
| "id": 73, | |
| "timeOffset": -437 | |
| }, | |
| { | |
| "x": 94, | |
| "y": 95, | |
| "id": 77, | |
| "timeOffset": -381 | |
| }, | |
| { | |
| "x": 91, | |
| "y": 92, | |
| "id": 77, | |
| "timeOffset": -325 | |
| }, | |
| { | |
| "x": 91, | |
| "y": 92, | |
| "id": 77, | |
| "timeOffset": -103 | |
| }, | |
| { | |
| "x": 148, | |
| "y": 92, | |
| "id": 73, | |
| "timeOffset": -52 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639661113 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 77, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 10%; left: 90%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639661419 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 418, | |
| "y": 98, | |
| "id": 73, | |
| "timeOffset": -501 | |
| }, | |
| { | |
| "x": 660, | |
| "y": 105, | |
| "id": 73, | |
| "timeOffset": -444 | |
| }, | |
| { | |
| "x": 805, | |
| "y": 119, | |
| "id": 73, | |
| "timeOffset": -389 | |
| }, | |
| { | |
| "x": 841, | |
| "y": 128, | |
| "id": 73, | |
| "timeOffset": -336 | |
| }, | |
| { | |
| "x": 841, | |
| "y": 128, | |
| "id": 73, | |
| "timeOffset": -177 | |
| }, | |
| { | |
| "x": 766, | |
| "y": 128, | |
| "id": 73, | |
| "timeOffset": -121 | |
| }, | |
| { | |
| "x": 708, | |
| "y": 124, | |
| "id": 73, | |
| "timeOffset": -65 | |
| }, | |
| { | |
| "x": 699, | |
| "y": 115, | |
| "id": 73, | |
| "timeOffset": -6 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639661614 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 698, | |
| "y": 104, | |
| "id": 73, | |
| "timeOffset": -457 | |
| }, | |
| { | |
| "x": 700, | |
| "y": 95, | |
| "id": 73, | |
| "timeOffset": -404 | |
| }, | |
| { | |
| "x": 707, | |
| "y": 88, | |
| "id": 77, | |
| "timeOffset": -349 | |
| }, | |
| { | |
| "x": 714, | |
| "y": 80, | |
| "id": 73, | |
| "timeOffset": -291 | |
| }, | |
| { | |
| "x": 720, | |
| "y": 75, | |
| "id": 73, | |
| "timeOffset": -236 | |
| }, | |
| { | |
| "x": 727, | |
| "y": 73, | |
| "id": 73, | |
| "timeOffset": -181 | |
| }, | |
| { | |
| "x": 739, | |
| "y": 73, | |
| "id": 73, | |
| "timeOffset": -125 | |
| }, | |
| { | |
| "x": 752, | |
| "y": 77, | |
| "id": 73, | |
| "timeOffset": -69 | |
| }, | |
| { | |
| "x": 768, | |
| "y": 83, | |
| "id": 73, | |
| "timeOffset": -13 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639662115 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 77, | |
| "x": 788, | |
| "y": 91 | |
| }, | |
| "timestamp": 1570639662398 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 77, | |
| "x": 788, | |
| "y": 91 | |
| }, | |
| "timestamp": 1570639662486 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 77, | |
| "x": 788, | |
| "y": 91 | |
| }, | |
| "timestamp": 1570639662486 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 77, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 90%; left: 90%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639662487 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 779, | |
| "y": 87, | |
| "id": 77, | |
| "timeOffset": -458 | |
| }, | |
| { | |
| "x": 782, | |
| "y": 89, | |
| "id": 77, | |
| "timeOffset": -403 | |
| }, | |
| { | |
| "x": 784, | |
| "y": 89, | |
| "id": 77, | |
| "timeOffset": -346 | |
| }, | |
| { | |
| "x": 786, | |
| "y": 90, | |
| "id": 77, | |
| "timeOffset": -290 | |
| }, | |
| { | |
| "x": 788, | |
| "y": 91, | |
| "id": 77, | |
| "timeOffset": -227 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639662616 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 77, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 90%; left: 90%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639662988 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 788, | |
| "y": 91, | |
| "id": 73, | |
| "timeOffset": -122 | |
| }, | |
| { | |
| "x": 712, | |
| "y": 150, | |
| "id": 73, | |
| "timeOffset": -66 | |
| }, | |
| { | |
| "x": 537, | |
| "y": 502, | |
| "id": 73, | |
| "timeOffset": -8 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639663117 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 531, | |
| "y": 619, | |
| "id": 73, | |
| "timeOffset": -270 | |
| }, | |
| { | |
| "x": 599, | |
| "y": 691, | |
| "id": 73, | |
| "timeOffset": -215 | |
| }, | |
| { | |
| "x": 660, | |
| "y": 797, | |
| "id": 73, | |
| "timeOffset": -158 | |
| }, | |
| { | |
| "x": 703, | |
| "y": 860, | |
| "id": 73, | |
| "timeOffset": -103 | |
| }, | |
| { | |
| "x": 721, | |
| "y": 873, | |
| "id": 73, | |
| "timeOffset": -46 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639663617 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 77, | |
| "x": 793, | |
| "y": 835 | |
| }, | |
| "timestamp": 1570639664117 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 735, | |
| "y": 875, | |
| "id": 73, | |
| "timeOffset": -489 | |
| }, | |
| { | |
| "x": 746, | |
| "y": 873, | |
| "id": 73, | |
| "timeOffset": -433 | |
| }, | |
| { | |
| "x": 757, | |
| "y": 862, | |
| "id": 73, | |
| "timeOffset": -377 | |
| }, | |
| { | |
| "x": 764, | |
| "y": 852, | |
| "id": 73, | |
| "timeOffset": -321 | |
| }, | |
| { | |
| "x": 771, | |
| "y": 843, | |
| "id": 73, | |
| "timeOffset": -265 | |
| }, | |
| { | |
| "x": 778, | |
| "y": 840, | |
| "id": 73, | |
| "timeOffset": -209 | |
| }, | |
| { | |
| "x": 783, | |
| "y": 839, | |
| "id": 77, | |
| "timeOffset": -153 | |
| }, | |
| { | |
| "x": 788, | |
| "y": 837, | |
| "id": 77, | |
| "timeOffset": -98 | |
| }, | |
| { | |
| "x": 792, | |
| "y": 835, | |
| "id": 77, | |
| "timeOffset": -41 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639664117 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 77, | |
| "x": 793, | |
| "y": 835 | |
| }, | |
| "timestamp": 1570639664196 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 77, | |
| "x": 793, | |
| "y": 835 | |
| }, | |
| "timestamp": 1570639664196 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 77, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 90%; left: 10%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639664198 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 792, | |
| "y": 835, | |
| "id": 77, | |
| "timeOffset": 0 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639664681 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 77, | |
| "attributes": { | |
| "style": "background-color: red; border-radius: 10px; border: 0px solid gray; opacity: 0.9; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; position: absolute; top: 90%; left: 10%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639664698 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 724, | |
| "y": 843, | |
| "id": 77, | |
| "timeOffset": -446 | |
| }, | |
| { | |
| "x": 528, | |
| "y": 871, | |
| "id": 73, | |
| "timeOffset": -396 | |
| }, | |
| { | |
| "x": 352, | |
| "y": 879, | |
| "id": 73, | |
| "timeOffset": -341 | |
| }, | |
| { | |
| "x": 259, | |
| "y": 881, | |
| "id": 73, | |
| "timeOffset": -291 | |
| }, | |
| { | |
| "x": 218, | |
| "y": 881, | |
| "id": 73, | |
| "timeOffset": -237 | |
| }, | |
| { | |
| "x": 190, | |
| "y": 874, | |
| "id": 73, | |
| "timeOffset": -180 | |
| }, | |
| { | |
| "x": 152, | |
| "y": 865, | |
| "id": 73, | |
| "timeOffset": -123 | |
| }, | |
| { | |
| "x": 136, | |
| "y": 857, | |
| "id": 73, | |
| "timeOffset": -68 | |
| }, | |
| { | |
| "x": 131, | |
| "y": 852, | |
| "id": 73, | |
| "timeOffset": -12 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639665182 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 123, | |
| "y": 844, | |
| "id": 73, | |
| "timeOffset": -457 | |
| }, | |
| { | |
| "x": 117, | |
| "y": 838, | |
| "id": 73, | |
| "timeOffset": -401 | |
| }, | |
| { | |
| "x": 113, | |
| "y": 835, | |
| "id": 73, | |
| "timeOffset": -345 | |
| }, | |
| { | |
| "x": 108, | |
| "y": 833, | |
| "id": 73, | |
| "timeOffset": -289 | |
| }, | |
| { | |
| "x": 99, | |
| "y": 832, | |
| "id": 73, | |
| "timeOffset": -232 | |
| }, | |
| { | |
| "x": 97, | |
| "y": 831, | |
| "id": 77, | |
| "timeOffset": -33 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639665683 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 1, | |
| "id": 77, | |
| "x": 92, | |
| "y": 833 | |
| }, | |
| "timestamp": 1570639665763 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 0, | |
| "id": 77, | |
| "x": 92, | |
| "y": 833 | |
| }, | |
| "timestamp": 1570639665851 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 2, | |
| "type": 2, | |
| "id": 77, | |
| "x": 92, | |
| "y": 833 | |
| }, | |
| "timestamp": 1570639665851 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 77, | |
| "attributes": { | |
| "style": "background-color: rgb(233, 16, 104); border-radius: 30px; border: 0px solid gray; opacity: 1; width: 60px; height: 60px; margin-top: -30px; margin-left: -30px; position: absolute; top: 10%; left: 10%; transition: left 0.5s ease-out 0.5s, top 0.5s, opacity 0s, color 0s, width 0s, height 0s, margin-left 0s, margin-top 0s, border-radius 0s;" | |
| } | |
| } | |
| ], | |
| "removes": [], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639665853 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 1, | |
| "positions": [ | |
| { | |
| "x": 95, | |
| "y": 833, | |
| "id": 77, | |
| "timeOffset": -478 | |
| } | |
| ] | |
| }, | |
| "timestamp": 1570639666184 | |
| }, | |
| { | |
| "type": 3, | |
| "data": { | |
| "source": 0, | |
| "texts": [], | |
| "attributes": [ | |
| { | |
| "id": 73, | |
| "attributes": { | |
| "class": "", | |
| "style": "" | |
| } | |
| } | |
| ], | |
| "removes": [ | |
| { | |
| "parentId": 73, | |
| "id": 77 | |
| }, | |
| { | |
| "parentId": 73, | |
| "id": 76 | |
| } | |
| ], | |
| "adds": [] | |
| }, | |
| "timestamp": 1570639666354 | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment