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