[dali_1.0.47] Merge branch 'devel/master'
[platform/core/uifw/dali-demo.git] / resources / scripts / timing.json
1 {
2   "templates":
3   {
4     "color-control":
5     {
6       "type": "Control",
7       "parent-origin": "CENTER",
8       "anchor-point": "CENTER",
9       "size": [ 100, 100, 1 ],
10       "scale": [ 0.1, 0.1, 1 ],
11       "color-alpha": 0,
12       "background-color": [ 0.95, 0.65, 0.1, 1 ]
13     }
14   },
15   "stage": [
16     {
17       "type": "color-control",
18       "name": "Container 1",
19       "position": [
20         -165,
21         -55,
22         0
23       ]
24     },
25     {
26       "type": "color-control",
27       "name": "Container 2",
28       "position": [
29         -55,
30         -55,
31         0
32       ]
33     },
34     {
35       "type": "color-control",
36       "name": "Container 3",
37       "position": [
38         55,
39         -55,
40         0
41       ]
42     },
43     {
44       "type": "color-control",
45       "name": "Container 4",
46       "position": [
47         165,
48         -55,
49         0
50       ]
51     },
52     {
53       "type": "color-control",
54       "name": "Container 5",
55       "position": [
56         -165,
57         55,
58         0
59       ]
60     },
61     {
62       "type": "color-control",
63       "name": "Container 6",
64       "position": [
65         -55,
66         55,
67         0
68       ]
69     },
70     {
71       "type": "color-control",
72       "name": "Container 7",
73       "position": [
74         55,
75         55,
76         0
77       ]
78     },
79     {
80       "type": "color-control",
81       "name": "Container 8",
82       "position": [
83         165,
84         55,
85         0
86       ]
87     },
88     {
89       "type": "Control",
90       "actors": [],
91       "name": "ControlBack",
92       "parent-origin": "CENTER",
93       "anchor-point": "CENTER",
94       "width-resize-policy": "FILL_TO_PARENT",
95       "height-resize-policy": "FILL_TO_PARENT",
96       "position": [
97         0,
98         0,
99         -1
100       ],
101       "background-color": [
102         1,
103         1,
104         1,
105         1
106       ],
107       "signals": [
108         {
109           "name": "tapped",
110           "action": "play",
111           "animation": "Animation_1"
112         }
113       ]
114     },
115     {
116       "type": "TextLabel",
117       "text": "Touch",
118       "name": "Instruction",
119       "parent-origin": "BOTTOM_CENTER",
120       "anchor-point": "BOTTOM_CENTER",
121       "text-color": [1, 0, 0, 1],
122       "position": [
123         0,
124         0,
125         1
126       ]
127     }
128   ],
129   "animations": {
130     "Animation_1": {
131       "properties": [
132         {
133           "actor": "Container 1",
134           "property": "scale",
135           "value": [
136             1,
137             1,
138             1
139           ],
140           "alpha-function": "LINEAR",
141           "time-period": {
142             "delay": 0.35,
143             "duration": 0.15
144           },
145           "timelineColor": "#e098ab"
146         },
147         {
148           "actor": "Container 1",
149           "property": "scale",
150           "value": [
151             0.1,
152             0.10000000000000003,
153             1
154           ],
155           "alpha-function": "LINEAR",
156           "time-period": {
157             "delay": 2.449,
158             "duration": 0.15
159           },
160           "timelineColor": "#e098ab"
161         },
162         {
163           "actor": "Container 1",
164           "property": "color-alpha",
165           "value": 1,
166           "alpha-function": "LINEAR",
167           "time-period": {
168             "delay": 0.3,
169             "duration": 0.05
170           },
171           "timelineColor": "#e098ab"
172         },
173         {
174           "actor": "Container 1",
175           "property": "color-alpha",
176           "value": 0,
177           "alpha-function": "LINEAR",
178           "time-period": {
179             "delay": 2.599,
180             "duration": 0.051
181           },
182           "timelineColor": "#e098ab"
183         },
184         {
185           "actor": "Container 2",
186           "property": "scale",
187           "value": [
188             1,
189             1,
190             1
191           ],
192           "alpha-function": "LINEAR",
193           "time-period": {
194             "delay": 0.4,
195             "duration": 0.15
196           },
197           "timelineColor": "#f4efa3"
198         },
199         {
200           "actor": "Container 2",
201           "property": "scale",
202           "value": [
203             0.1,
204             0.1,
205             1
206           ],
207           "alpha-function": "LINEAR",
208           "time-period": {
209             "delay": 2.5,
210             "duration": 0.15
211           },
212           "timelineColor": "#f4efa3"
213         },
214         {
215           "actor": "Container 2",
216           "property": "color-alpha",
217           "value": 1,
218           "alpha-function": "LINEAR",
219           "time-period": {
220             "delay": 0.35,
221             "duration": 0.05
222           },
223           "timelineColor": "#f4efa3"
224         },
225         {
226           "actor": "Container 2",
227           "property": "color-alpha",
228           "value": 0,
229           "alpha-function": "LINEAR",
230           "time-period": {
231             "delay": 2.65,
232             "duration": 0.05
233           },
234           "timelineColor": "#f4efa3"
235         },
236         {
237           "actor": "Container 3",
238           "property": "scale",
239           "value": [
240             1,
241             1,
242             1
243           ],
244           "alpha-function": "LINEAR",
245           "time-period": {
246             "delay": 0.45,
247             "duration": 0.15
248           },
249           "timelineColor": "#a8a9dc"
250         },
251         {
252           "actor": "Container 3",
253           "property": "scale",
254           "value": [
255             0.1,
256             0.1,
257             1
258           ],
259           "alpha-function": "LINEAR",
260           "time-period": {
261             "delay": 2.55,
262             "duration": 0.15
263           },
264           "timelineColor": "#a8a9dc"
265         },
266         {
267           "actor": "Container 3",
268           "property": "color-alpha",
269           "value": 1,
270           "alpha-function": "LINEAR",
271           "time-period": {
272             "delay": 0.4,
273             "duration": 0.05
274           },
275           "timelineColor": "#a8a9dc"
276         },
277         {
278           "actor": "Container 3",
279           "property": "color-alpha",
280           "value": 0,
281           "alpha-function": "LINEAR",
282           "time-period": {
283             "delay": 2.7,
284             "duration": 0.05
285           },
286           "timelineColor": "#a8a9dc"
287         },
288         {
289           "actor": "Container 4",
290           "property": "scale",
291           "value": [
292             1,
293             1,
294             1
295           ],
296           "alpha-function": "LINEAR",
297           "time-period": {
298             "delay": 0.5,
299             "duration": 0.15
300           },
301           "timelineColor": "#cae6f9"
302         },
303         {
304           "actor": "Container 4",
305           "property": "scale",
306           "value": [
307             0.1,
308             0.1,
309             1
310           ],
311           "alpha-function": "LINEAR",
312           "time-period": {
313             "delay": 2.6,
314             "duration": 0.15
315           },
316           "timelineColor": "#cae6f9"
317         },
318         {
319           "actor": "Container 4",
320           "property": "color-alpha",
321           "value": 1,
322           "alpha-function": "LINEAR",
323           "time-period": {
324             "delay": 0.45,
325             "duration": 0.05
326           },
327           "timelineColor": "#cae6f9"
328         },
329         {
330           "actor": "Container 4",
331           "property": "color-alpha",
332           "value": 0,
333           "alpha-function": "LINEAR",
334           "time-period": {
335             "delay": 2.75,
336             "duration": 0.05
337           },
338           "timelineColor": "#cae6f9"
339         },
340         {
341           "actor": "Container 5",
342           "property": "scale",
343           "value": [
344             1,
345             1,
346             1
347           ],
348           "alpha-function": "LINEAR",
349           "time-period": {
350             "delay": 0.45,
351             "duration": 0.15
352           },
353           "timelineColor": "#8291cb"
354         },
355         {
356           "actor": "Container 5",
357           "property": "scale",
358           "value": [
359             0.1,
360             0.1,
361             1
362           ],
363           "alpha-function": "LINEAR",
364           "time-period": {
365             "delay": 2.65,
366             "duration": 0.15
367           },
368           "timelineColor": "#8291cb"
369         },
370         {
371           "actor": "Container 5",
372           "property": "color-alpha",
373           "value": 1,
374           "alpha-function": "LINEAR",
375           "time-period": {
376             "delay": 0.4,
377             "duration": 0.05
378           },
379           "timelineColor": "#8291cb"
380         },
381         {
382           "actor": "Container 5",
383           "property": "color-alpha",
384           "value": 0,
385           "alpha-function": "LINEAR",
386           "time-period": {
387             "delay": 2.8,
388             "duration": 0.05
389           },
390           "timelineColor": "#8291cb"
391         },
392         {
393           "actor": "Container 6",
394           "property": "scale",
395           "value": [
396             1,
397             1,
398             1
399           ],
400           "alpha-function": "LINEAR",
401           "time-period": {
402             "delay": 0.5,
403             "duration": 0.15
404           },
405           "timelineColor": "#8eeeae"
406         },
407         {
408           "actor": "Container 6",
409           "property": "scale",
410           "value": [
411             0.1,
412             0.1,
413             1
414           ],
415           "alpha-function": "LINEAR",
416           "time-period": {
417             "delay": 2.7,
418             "duration": 0.15
419           },
420           "timelineColor": "#8eeeae"
421         },
422         {
423           "actor": "Container 6",
424           "property": "color-alpha",
425           "value": 1,
426           "alpha-function": "LINEAR",
427           "time-period": {
428             "delay": 0.45,
429             "duration": 0.05
430           },
431           "timelineColor": "#8eeeae"
432         },
433         {
434           "actor": "Container 6",
435           "property": "color-alpha",
436           "value": 0,
437           "alpha-function": "LINEAR",
438           "time-period": {
439             "delay": 2.85,
440             "duration": 0.05
441           },
442           "timelineColor": "#8eeeae"
443         },
444         {
445           "actor": "Container 7",
446           "property": "scale",
447           "value": [
448             1,
449             1,
450             1
451           ],
452           "alpha-function": "LINEAR",
453           "time-period": {
454             "delay": 0.55,
455             "duration": 0.15
456           },
457           "timelineColor": "#8c7f9f"
458         },
459         {
460           "actor": "Container 7",
461           "property": "scale",
462           "value": [
463             0.1,
464             0.1,
465             1
466           ],
467           "alpha-function": "LINEAR",
468           "time-period": {
469             "delay": 2.75,
470             "duration": 0.15
471           },
472           "timelineColor": "#8c7f9f"
473         },
474         {
475           "actor": "Container 7",
476           "property": "color-alpha",
477           "value": 1,
478           "alpha-function": "LINEAR",
479           "time-period": {
480             "delay": 0.5,
481             "duration": 0.05
482           },
483           "timelineColor": "#8c7f9f"
484         },
485         {
486           "actor": "Container 7",
487           "property": "color-alpha",
488           "value": 0,
489           "alpha-function": "LINEAR",
490           "time-period": {
491             "delay": 2.9,
492             "duration": 0.05
493           },
494           "timelineColor": "#8c7f9f"
495         },
496         {
497           "actor": "Container 8",
498           "property": "scale",
499           "value": [
500             1,
501             1,
502             1
503           ],
504           "alpha-function": "LINEAR",
505           "time-period": {
506             "delay": 0.6,
507             "duration": 0.15
508           },
509           "timelineColor": "#ebe3df"
510         },
511         {
512           "actor": "Container 8",
513           "property": "scale",
514           "value": [
515             0.1,
516             0.1,
517             1
518           ],
519           "alpha-function": "LINEAR",
520           "time-period": {
521             "delay": 2.8,
522             "duration": 0.15
523           },
524           "timelineColor": "#ebe3df"
525         },
526         {
527           "actor": "Container 8",
528           "property": "color-alpha",
529           "value": 1,
530           "alpha-function": "LINEAR",
531           "time-period": {
532             "delay": 0.55,
533             "duration": 0.05
534           },
535           "timelineColor": "#ebe3df"
536         },
537         {
538           "actor": "Container 8",
539           "property": "color-alpha",
540           "value": 0,
541           "alpha-function": "LINEAR",
542           "time-period": {
543             "delay": 2.95,
544             "duration": 0.05
545           },
546           "timelineColor": "#ebe3df"
547         }
548       ],
549       "page": ""
550     }
551   }
552 }