d8cecfc1d4eb0bc35ec817aa57e460c33429a8db
[platform/core/uifw/dali-demo.git] / resources / scripts / clock.json
1 {
2   "stage": [{
3       "name": "seconds",
4       "type": "Control",
5       "actors": [],
6       "size": [10, 200, 1],
7       "position": [0, 0, -2],
8       "parentOrigin": [0.5, 0.5, 0.5],
9       "anchorPoint": [0.5, 1, 0.5],
10       "background": {
11         "rendererType": "color",
12         "mixColor": [0.71, 0, 0, 1]
13       },
14       "selected": false,
15       "signals": [
16       {
17         "name": "onStage",
18         "action": "play",
19         "animation": "animate-seconds"
20       }]
21     }, {
22       "name": "minutes",
23       "type": "Control",
24       "actors": [],
25       "size": [11, 180, 1],
26       "position": [0, 0, -2],
27       "parentOrigin": [0.5, 0.5, 0.5],
28       "anchorPoint": [0.5, 1, 0.5],
29       "background": {
30         "rendererType": "color",
31         "mixColor": [0, 0.14200000000000013, 0.71, 0.7]
32       },
33       "signals": [
34       {
35         "name": "onStage",
36         "action": "play",
37         "animation": "animate-minutes"
38       }]
39     }, {
40       "name": "hours",
41       "type": "Control",
42       "actors": [],
43       "size": [12, 120, 1],
44       "position": [0, 0, 0],
45       "parentOrigin": [0.5, 0.5, 0.5],
46       "anchorPoint": [0.5, 1, 0.5],
47       "background": {
48         "rendererType": "color",
49         "mixColor": [0.057450000000000064, 0.3, 0.0030000000000000027, 0.7]
50       },
51       "signals": [
52       {
53         "name": "onStage",
54         "action": "play",
55         "animation": "animate-hours"
56       }]
57     }],
58   "paths": {},
59   "animations": {
60     "animate-seconds": {
61       "properties": [{
62           "actor": "seconds",
63           "property": "orientation",
64           "value": [0, 0, 360],
65           "alphaFunction": "LINEAR",
66           "timePeriod": {
67             "delay": 0,
68             "duration": 60.0
69           },
70           "gui-builder-timeline-color": "#f5aeb8",
71           "relative": true
72       }],
73       "loop": true
74     },
75     "animate-minutes": {
76       "properties": [{
77           "actor": "minutes",
78           "property": "orientation",
79           "value": [0, 0, 360],
80           "alphaFunction": "LINEAR",
81           "timePeriod": {
82             "delay": 0,
83             "duration": 3600.0
84           },
85           "gui-builder-timeline-color": "#aabcc4",
86           "relative": true
87       }],
88       "loop": true
89     },
90     "animate-hours": {
91       "properties": [{
92           "actor": "hours",
93           "property": "orientation",
94           "value": [0, 0, 360],
95           "alphaFunction": "LINEAR",
96           "timePeriod": {
97             "delay": 0,
98             "duration": 43200.0
99           },
100           "gui-builder-timeline-color": "#9e7f9e",
101           "relative": true
102       }],
103       "loop": true
104     }
105   },
106   "connections": [],
107   "shader-effects": {},
108   "gui-builder-device-height": 600,
109   "gui-builder-device-width": 400,
110   "gui-builder-json-version": "781"
111 }