Removed more ImageActor usage from dali-demo.
[platform/core/uifw/dali-demo.git] / resources / scripts / choreography.json
1 {
2   "templates":
3   {
4     "circle-control":
5     {
6       "type": "ImageActor",
7       "inherit-position": true,
8       "size": [
9         70,
10         70,
11         1
12       ],
13       "color": [
14         0.85,
15         0.75,
16         0.45,
17         1
18       ],
19       "image": {
20         "filename": "{DALI_IMAGE_DIR}circle.png"
21       }
22     },
23     "rectangle-control":
24     {
25       "type": "Control",
26       "size": [
27         60,
28         60,
29         1
30       ],
31       "background": {"color": [0.95, 0.41, 0.18, 1] },
32       "color-alpha": 0
33     }
34   },
35   "stage": [
36     {
37       "type": "Control",
38       "actors": [],
39       "name": "topContainer",
40       "position": [
41         180,
42         105,
43         0
44       ],
45       "inherit-position": true,
46       "size": [
47         20,
48         20,
49         1
50       ],
51       "sizeAspectRatio": false,
52       "background": { "color": [0.85, 0.75, 0.45, 1] },
53       "color-alpha": 0
54     },
55     {
56       "type": "circle-control",
57       "name": "Circle1",
58       "position": [
59         84,
60         198,
61         -1
62       ],
63       "signals": [
64         {
65           "name": "touched",
66           "action": "play",
67           "animation": "Animation_1"
68         }
69       ]
70     },
71     {
72       "type": "circle-control",
73       "name": "Circle2",
74       "position": [
75         151,
76         198,
77         -1
78       ]
79     },
80     {
81       "type": "circle-control",
82       "name": "Circle3",
83       "position": [
84         285,
85         198,
86         -1
87       ]
88     },
89     {
90       "type": "circle-control",
91       "name": "Circle4",
92       "position": [
93         218,
94         198,
95         -1
96       ]
97     },
98     {
99       "type": "rectangle-control",
100       "name": "Rect1",
101       "position": [
102         50,
103         292,
104         0
105       ]
106     },
107     {
108       "type": "rectangle-control",
109       "name": "Rect2",
110       "position": [
111         120,
112         292,
113         0
114       ]
115     },
116     {
117       "type": "rectangle-control",
118       "name": "Rect3",
119       "position": [
120         190,
121         292,
122         0
123       ]
124     },
125     {
126       "type": "rectangle-control",
127       "name": "Rect4",
128       "position": [
129         260,
130         292,
131         0
132       ]
133     }
134   ],
135   "animations": {
136     "Animation_1": {
137       "properties": [
138         {
139           "actor": "Circle1",
140           "property": "position",
141           "value": [
142             84,
143             198,
144             -1
145           ],
146           "alpha-function": "LINEAR",
147           "time-period": {
148             "delay": 0,
149             "duration": 0.025
150           },
151           "timelineColor": "#d3e7fc"
152         },
153         {
154           "actor": "Circle1",
155           "property": "position",
156           "value": [
157             130,
158             190,
159             -1
160           ],
161           "alpha-function": "LINEAR",
162           "time-period": {
163             "delay": 0,
164             "duration": 0.05
165           },
166           "timelineColor": "#d3e7fc"
167         },
168         {
169           "actor": "Circle1",
170           "property": "position",
171           "value": [
172             150,
173             170,
174             -1
175           ],
176           "alpha-function": "LINEAR",
177           "time-period": {
178             "delay": 0.05,
179             "duration": 0.05
180           },
181           "timelineColor": "#d3e7fc"
182         },
183         {
184           "actor": "Circle1",
185           "property": "position",
186           "value": [
187             160,
188             150,
189             -1
190           ],
191           "alpha-function": "LINEAR",
192           "time-period": {
193             "delay": 0.1,
194             "duration": 0.051
195           },
196           "timelineColor": "#d3e7fc"
197         },
198         {
199           "actor": "Circle1",
200           "property": "position",
201           "value": [
202             170,
203             125,
204             -1
205           ],
206           "alpha-function": "LINEAR",
207           "time-period": {
208             "delay": 0.151,
209             "duration": 0.049
210           },
211           "timelineColor": "#d3e7fc"
212         },
213         {
214           "actor": "Circle1",
215           "property": "position",
216           "value": [
217             180,
218             100,
219             -1
220           ],
221           "alpha-function": "LINEAR",
222           "time-period": {
223             "delay": 0.2,
224             "duration": 0.051
225           },
226           "timelineColor": "#d3e7fc"
227         },
228         {
229           "actor": "Circle1",
230           "property": "size",
231           "value": [
232             70,
233             70,
234             1
235           ],
236           "alpha-function": "LINEAR",
237           "time-period": {
238             "delay": 0,
239             "duration": 0.025
240           },
241           "timelineColor": "#d3e7fc"
242         },
243         {
244           "actor": "Circle1",
245           "property": "size",
246           "value": [
247             20,
248             20,
249             1
250           ],
251           "alpha-function": "LINEAR",
252           "time-period": {
253             "delay": 0.151,
254             "duration": 0.1
255           },
256           "timelineColor": "#d3e7fc"
257         },
258         {
259           "actor": "Circle2",
260           "property": "scale",
261           "value": [
262             1,
263             1,
264             1
265           ],
266           "alpha-function": "LINEAR",
267           "time-period": {
268             "delay": 0,
269             "duration": 0.025
270           },
271           "timelineColor": "#ec9685"
272         },
273         {
274           "actor": "Circle2",
275           "property": "scale",
276           "value": [
277             0.1,
278             0.1,
279             1
280           ],
281           "alpha-function": "LINEAR",
282           "time-period": {
283             "delay": 0,
284             "duration": 0.325
285           },
286           "timelineColor": "#ec9685"
287         },
288         {
289           "actor": "Circle4",
290           "property": "scale",
291           "value": [
292             1,
293             1,
294             1
295           ],
296           "alpha-function": "LINEAR",
297           "time-period": {
298             "delay": 0,
299             "duration": 0.025
300           },
301           "timelineColor": "#b28798"
302         },
303         {
304           "actor": "Circle4",
305           "property": "scale",
306           "value": [
307             0.1,
308             0.1,
309             1
310           ],
311           "alpha-function": "LINEAR",
312           "time-period": {
313             "delay": 0.049,
314             "duration": 0.301
315           },
316           "timelineColor": "#b28798"
317         },
318         {
319           "actor": "Circle3",
320           "property": "scale",
321           "value": [
322             1,
323             1,
324             1
325           ],
326           "alpha-function": "LINEAR",
327           "time-period": {
328             "delay": 0,
329             "duration": 0.025
330           },
331           "timelineColor": "#dedcc4"
332         },
333         {
334           "actor": "Circle3",
335           "property": "scale",
336           "value": [
337             0.1,
338             0.1,
339             1
340           ],
341           "alpha-function": "LINEAR",
342           "time-period": {
343             "delay": 0.1,
344             "duration": 0.272
345           },
346           "timelineColor": "#dedcc4"
347         },
348         {
349           "actor": "topContainer",
350           "property": "size",
351           "value": [
352             20,
353             20,
354             1
355           ],
356           "alpha-function": "LINEAR",
357           "time-period": {
358             "delay": 0,
359             "duration": 0.025
360           },
361           "timelineColor": "#acfc99"
362         },
363         {
364           "actor": "topContainer",
365           "property": "size",
366           "value": [
367             360,
368             210,
369             1
370           ],
371           "alpha-function": "LINEAR",
372           "time-period": {
373             "delay": 0.227,
374             "duration": 0.122
375           },
376           "timelineColor": "#acfc99"
377         },
378         {
379           "actor": "topContainer",
380           "property": "color-alpha",
381           "value": 0,
382           "alpha-function": "LINEAR",
383           "time-period": {
384             "delay": 0,
385             "duration": 0.025
386           },
387           "timelineColor": "#acfc99"
388         },
389         {
390           "actor": "topContainer",
391           "property": "color-alpha",
392           "value": 1,
393           "alpha-function": "LINEAR",
394           "time-period": {
395             "delay": 0.101,
396             "duration": 0.249
397           },
398           "timelineColor": "#acfc99"
399         },
400         {
401           "actor": "Rect1",
402           "property": "position",
403           "value": [
404             50,
405             280,
406             0
407           ],
408           "alpha-function": "LINEAR",
409           "time-period": {
410             "delay": 0.1,
411             "duration": 0.075
412           },
413           "timelineColor": "#8c9ab4"
414         },
415         {
416           "actor": "Rect1",
417           "property": "position",
418           "value": [
419             70,
420             260,
421             0
422           ],
423           "alpha-function": "LINEAR",
424           "time-period": {
425             "delay": 0.175,
426             "duration": 0.075
427           },
428           "timelineColor": "#8c9ab4"
429         },
430         {
431           "actor": "Rect1",
432           "property": "position",
433           "value": [
434             75,
435             250,
436             0
437           ],
438           "alpha-function": "LINEAR",
439           "time-period": {
440             "delay": 0.25,
441             "duration": 0.075
442           },
443           "timelineColor": "#8c9ab4"
444         },
445         {
446           "actor": "Rect1",
447           "property": "color-alpha",
448           "value": 0,
449           "alpha-function": "LINEAR",
450           "time-period": {
451             "delay": 0,
452             "duration": 0.025
453           },
454           "timelineColor": "#8c9ab4"
455         },
456         {
457           "actor": "Rect1",
458           "property": "color-alpha",
459           "value": 1,
460           "alpha-function": "LINEAR",
461           "time-period": {
462             "delay": 0,
463             "duration": 0.325
464           },
465           "timelineColor": "#8c9ab4"
466         },
467         {
468           "actor": "Rect2",
469           "property": "position",
470           "value": [
471             120,
472             280,
473             0
474           ],
475           "alpha-function": "LINEAR",
476           "time-period": {
477             "delay": 0.148,
478             "duration": 0.077
479           },
480           "timelineColor": "#e8f4c7"
481         },
482         {
483           "actor": "Rect2",
484           "property": "position",
485           "value": [
486             140,
487             260,
488             0
489           ],
490           "alpha-function": "LINEAR",
491           "time-period": {
492             "delay": 0.225,
493             "duration": 0.075
494           },
495           "timelineColor": "#e8f4c7"
496         },
497         {
498           "actor": "Rect2",
499           "property": "position",
500           "value": [
501             145,
502             250,
503             0
504           ],
505           "alpha-function": "LINEAR",
506           "time-period": {
507             "delay": 0.3,
508             "duration": 0.072
509           },
510           "timelineColor": "#e8f4c7"
511         },
512         {
513           "actor": "Rect2",
514           "property": "color-alpha",
515           "value": 0,
516           "alpha-function": "LINEAR",
517           "time-period": {
518             "delay": 0,
519             "duration": 0.025
520           },
521           "timelineColor": "#e8f4c7"
522         },
523         {
524           "actor": "Rect2",
525           "property": "color-alpha",
526           "value": 1,
527           "alpha-function": "LINEAR",
528           "time-period": {
529             "delay": 0.05,
530             "duration": 0.322
531           },
532           "timelineColor": "#e8f4c7"
533         },
534         {
535           "actor": "Rect3",
536           "property": "position",
537           "value": [
538             190,
539             280,
540             0
541           ],
542           "alpha-function": "LINEAR",
543           "time-period": {
544             "delay": 0.2,
545             "duration": 0.074
546           },
547           "timelineColor": "#f39db5"
548         },
549         {
550           "actor": "Rect3",
551           "property": "position",
552           "value": [
553             210,
554             260,
555             0
556           ],
557           "alpha-function": "LINEAR",
558           "time-period": {
559             "delay": 0.274,
560             "duration": 0.073
561           },
562           "timelineColor": "#f39db5"
563         },
564         {
565           "actor": "Rect3",
566           "property": "position",
567           "value": [
568             215,
569             250,
570             0
571           ],
572           "alpha-function": "LINEAR",
573           "time-period": {
574             "delay": 0.347,
575             "duration": 0.078
576           },
577           "timelineColor": "#f39db5"
578         },
579         {
580           "actor": "Rect3",
581           "property": "color-alpha",
582           "value": 0,
583           "alpha-function": "LINEAR",
584           "time-period": {
585             "delay": 0,
586             "duration": 0.025
587           },
588           "timelineColor": "#f39db5"
589         },
590         {
591           "actor": "Rect3",
592           "property": "color-alpha",
593           "value": 1,
594           "alpha-function": "LINEAR",
595           "time-period": {
596             "delay": 0.099,
597             "duration": 0.326
598           },
599           "timelineColor": "#f39db5"
600         },
601         {
602           "actor": "Rect4",
603           "property": "position",
604           "value": [
605             260,
606             280,
607             0
608           ],
609           "alpha-function": "LINEAR",
610           "time-period": {
611             "delay": 0.251,
612             "duration": 0.075
613           },
614           "timelineColor": "#a99ec0"
615         },
616         {
617           "actor": "Rect4",
618           "property": "position",
619           "value": [
620             280,
621             260,
622             0
623           ],
624           "alpha-function": "LINEAR",
625           "time-period": {
626             "delay": 0.326,
627             "duration": 0.074
628           },
629           "timelineColor": "#a99ec0"
630         },
631         {
632           "actor": "Rect4",
633           "property": "position",
634           "value": [
635             285,
636             250,
637             0
638           ],
639           "alpha-function": "LINEAR",
640           "time-period": {
641             "delay": 0.4,
642             "duration": 0.075
643           },
644           "timelineColor": "#a99ec0"
645         },
646         {
647           "actor": "Rect4",
648           "property": "color-alpha",
649           "value": 0,
650           "alpha-function": "LINEAR",
651           "time-period": {
652             "delay": 0,
653             "duration": 0.025
654           },
655           "timelineColor": "#a99ec0"
656         },
657         {
658           "actor": "Rect4",
659           "property": "color-alpha",
660           "value": 1,
661           "alpha-function": "LINEAR",
662           "time-period": {
663             "delay": 0.148,
664             "duration": 0.327
665           },
666           "timelineColor": "#a99ec0"
667         }
668       ],
669       "page": ""
670     }
671   },
672   "connections": {
673     "Named_conn_1": {
674       "id": "_191kt3qlr075",
675       "name": "Named_conn_1",
676       "target": {
677         "type": "animation",
678         "name": "Animation_1",
679         "action": "play"
680       },
681       "sources": [
682         "Circle1"
683       ],
684       "signal": "click"
685     }
686   },
687   "constants": {},
688   "styles": {},
689   "deviceHeight": 430,
690   "deviceWidth": 360,
691   "deviceOrientation": "portrait",
692   "version": "781"
693 }