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