| { |
| "layers": [ |
| { |
| "name": "LayoutView #document", |
| "bounds": [800, 600], |
| "contentsOpaque": true, |
| "drawsContent": true |
| }, |
| { |
| "name": "LayoutBlockFlow (relative positioned) DIV class='container'", |
| "position": [8, 8], |
| "bounds": [122, 242], |
| "drawsContent": true |
| }, |
| { |
| "name": "Child Containment Layer", |
| "position": [1, 1], |
| "bounds": [120, 240] |
| }, |
| { |
| "name": "LayoutBlockFlow (relative positioned) DIV id='to-animate' class='animating box'", |
| "position": [10, 10], |
| "bounds": [100, 100], |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "backgroundColor": "#0000FF", |
| "transform": [ |
| [...], |
| [...], |
| [...], |
| [...] |
| ] |
| }, |
| { |
| "name": "LayoutBlockFlow (relative positioned) DIV class='box'", |
| "position": [10, 120], |
| "bounds": [100, 100], |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "backgroundColor": "#0000FF" |
| } |
| ] |
| } |
| |