tizen 2.4 release
[framework/uifw/e17-mod-tizen-comp.git] / data / common / comp-part-swallow-rotation-on-effect-for-win.edc
1 description { state: "default-visible" 0.0;\r
2    inherit: "default" 0.0;\r
3    map {\r
4       on: 1;\r
5       smooth: 1;\r
6       backface_cull: 0;\r
7       perspective_on: 1;\r
8       perspective: "persp";\r
9       rotation.x: 0;\r
10       rotation.y: 0;\r
11       rotation.z: 0;\r
12    }\r
13 }\r
14 description { state: "visible-rotation--270" 0.0;\r
15    inherit: "default-visible" 0.0;\r
16    map.perspective: "persp";\r
17    map.rotation.z: -270;\r
18 }\r
19 description { state: "visible-rotation--180" 0.0;\r
20    inherit: "default-visible" 0.0;\r
21    map.perspective: "persp";\r
22    map.rotation.z: -180;\r
23 }\r
24 description { state: "visible-rotation--90" 0.0;\r
25    inherit: "default-visible" 0.0;\r
26    map {\r
27       on: 1;\r
28       smooth: 1;\r
29       backface_cull: 0;\r
30       perspective_on: 1;\r
31       perspective: "persp";\r
32       rotation.x: 0;\r
33       rotation.y: 0;\r
34       rotation.z: -90;\r
35    }\r
36 }\r
37 description { state: "visible-rotation-0" 0.0;\r
38    inherit: "default-visible" 0.0;\r
39    map.perspective: "persp";\r
40    map.rotation.z: 0;\r
41 }\r
42 description { state: "visible-rotation-90" 0.0;\r
43    inherit: "default-visible" 0.0;\r
44    map {\r
45       on: 1;\r
46       smooth: 1;\r
47       backface_cull: 0;\r
48       perspective_on: 1;\r
49       perspective: "persp";\r
50       rotation.x: 0;\r
51       rotation.y: 0;\r
52       rotation.z: 90;\r
53    }\r
54 }\r
55 description { state: "visible-rotation-180" 0.0;\r
56    inherit: "default-visible" 0.0;\r
57    map.perspective: "persp";\r
58    map.rotation.z: 180;\r
59 }\r
60 description { state: "visible-rotation-270" 0.0;\r
61    inherit: "default-visible" 0.0;\r
62    map.perspective: "persp";\r
63    map.rotation.z: 270;\r
64 }\r