-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.json
More file actions
37 lines (37 loc) · 877 Bytes
/
template.json
File metadata and controls
37 lines (37 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
data = {
"objects": {
0: {
"type": "div",
"content": "Hello World!"
},
1: {
"type": "img",
"src": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"
}
},
"slides": {
0: {
"background_colour": black,
"visible": [0],
"transition-time": 1,
"styles": {
0: {
"colour": "white"
}
},
},
0: {
"background_colour": white,
"visible": [0, 1],
"transition-time": 1,
"styles": {
0: {
"colour": "black"
},
1: {
"position": "auto, auto, 0, 0"
}
},
}
}
}