Merge branch 'tizen_3.0' into tizen for sync
[apps/native/boot-animation.git] / res / edje / 720x1280 / 720x1280_PowerOn.edc
1 /*
2  * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  *
16  */
17
18
19 images {
20 #include "720x1280_PowerOn_image.h"
21 }
22
23 collections {
24         group {
25                 name: "poweron";
26
27                 parts {
28                         part {
29                                 name: "poweron";
30                                 mouse_events: 0;
31                                 description {
32                                         state: "default" 0.0;
33                                         image {
34 #include "720x1280_PowerOn_part.h"
35                                         }
36                                         visible: 1;
37                                 }
38                         }
39                 }
40
41                 programs {
42                         program {
43                                 name: "poweron";
44                                 signal: "show";
45                                 action: STATE_SET "default" 0.0;
46                                 target: "poweron";
47                                 transition: LINEAR 6;
48                                 after: "poweron_end";
49                         }
50                         program {
51                                 name: "poweron_end";
52                                 action: SIGNAL_EMIT "end" "animation";
53                         }
54                 }
55         }
56 }
57