33c95036104c057f958db0ca1e549b32ca28d0d6
[apps/native/sample/adventure.git] / new / res / edje / loading.edc
1 images {
2         image: "1.png" COMP;
3         image: "2.png" COMP;
4         image: "3.png" COMP;
5         image: "4.png" COMP;
6         image: "5.png" COMP;
7         image: "6.png" COMP;
8         image: "7.png" COMP;
9         image: "8.png" COMP;
10         image: "9.png" COMP;
11         image: "10.png" COMP;
12         image: "11.png" COMP;
13         image: "12.png" COMP;
14         image: "13.png" COMP;
15         image: "14.png" COMP;
16         image: "15.png" COMP;
17         image: "16.png" COMP;
18         image: "17.png" COMP;
19         image: "18.png" COMP;
20         image: "19.png" COMP;
21         image: "20.png" COMP;
22         image: "21.png" COMP;
23         image: "22.png" COMP;
24         image: "23.png" COMP;
25         image: "24.png" COMP;
26         image: "25.png" COMP;
27         image: "26.png" COMP;
28         image: "27.png" COMP;
29 }
30
31 collections {
32         group {
33                 name: "loading";
34
35                 parts {
36                         part {
37                                 name: "bg";
38                                 type: SPACER;
39                                 mouse_events: 0;
40                                 description {
41                                         state: "default" 0.0;
42                                         rel1 { relative: 0.0 0.0; }
43                                         rel2 { relative: 1.0 1.0; }
44                                 }
45                         }
46                         part {
47                                 name: "loading";
48                                 type: IMAGE;
49                                 scale: 1;
50                                 mouse_events: 0;
51                                 description {
52                                         state: "default" 0.0;
53                                         rel1 { relative: 0.5 0.5; }
54                                         rel2 { relative: 0.5 0.5; }
55                                         align: 0.5 0.5;
56                                         min: 80 80;
57                                         visible: 1;
58                                         image {
59                                                 normal: "27.png";
60                                                 tween: "1.png";
61                                                 tween: "2.png";
62                                                 tween: "3.png";
63                                                 tween: "4.png";
64                                                 tween: "5.png";
65                                                 tween: "6.png";               
66                                                 tween: "7.png";
67                                                 tween: "8.png";
68                                                 tween: "9.png";
69                                                 tween: "10.png";
70                                                 tween: "11.png";
71                                                 tween: "12.png";
72                                                 tween: "13.png";
73                                                 tween: "14.png";               
74                                                 tween: "15.png";
75                                                 tween: "16.png";
76                                                 tween: "17.png";
77                                                 tween: "18.png";
78                                                 tween: "19.png";
79                                                 tween: "20.png";
80                                                 tween: "21.png";
81                                                 tween: "22.png";               
82                                                 tween: "23.png";
83                                                 tween: "24.png";
84                                                 tween: "25.png";
85                                                 tween: "26.png";
86                                                 tween: "27.png";
87                                 }
88                                 }
89                         }
90                 }
91
92                 programs {
93                         program {
94                                 name: "on";
95                                 signal: "load";
96                                 action: STATE_SET "default" 0.0;
97                                 target: "loading";
98                                 transition: ACCELERATE 1.0;
99                                 in: 1.0 0.0;
100                                 after: "on";
101                         }
102                 }
103         }
104 }