1 Layer tree when the fixed elements are out-of-view (should have just a root layer):
7 "contentsOpaque": true,
11 "position": [100, -100],
13 "contentsOpaque": true,
15 "backgroundColor": "#C0C0C0"
18 "position": [100, 100],
20 "contentsOpaque": true,
22 "backgroundColor": "#C0C0C0"
28 Layer tree when the fixed elements are in-view (both fixed elements should have layers):
30 "bounds": [785, 4016],
33 "bounds": [785, 4016],
34 "contentsOpaque": true,
38 "position": [100, 50],
40 "contentsOpaque": true,
42 "backgroundColor": "#C0C0C0"
45 "position": [100, 100],
47 "contentsOpaque": true,
49 "backgroundColor": "#C0C0C0"
55 Layer tree when the fixed elements are out-of-view again (should have just a root layer):
57 "bounds": [785, 4016],
60 "bounds": [785, 4016],
61 "contentsOpaque": true,
65 "position": [100, -100],
67 "contentsOpaque": true,
69 "backgroundColor": "#C0C0C0"
72 "position": [100, 100],
74 "contentsOpaque": true,
76 "backgroundColor": "#C0C0C0"