2 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
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
8 * http://www.apache.org/licenses/LICENSE-2.0
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.
24 "parent-origin": "CENTER"
31 "points":[ [-150, -50, 0], [0.0,70.0,0.0], [190.0,-150.0,0.0] ],
35 // library of animations
40 "actor": "greeting", // referenced actors must exist on stage
41 "property": "position",
42 "value": [300, 300, -1000],
43 "alpha-function": "EASE_IN_OUT",
49 "actor": "greeting", // referenced actors must exist on stage
61 "actor": "image", // referenced actors must exist on stage
62 "property": "orientation",
64 "alpha-function": "EASE_IN_OUT",
74 "actor": "greeting2", // referenced actors must exist on stage
77 "alpha-function": "EASE_IN_OUT",
90 "styles": ["basic-text"],
91 "position": [0, -120, 0],
92 "size": [200, 200, 1],
93 "orientation": [0, 0, 30],
97 "animation": "animate"
102 "parent-origin": "CENTER",
103 "anchor-point": "CENTER",
104 "size": [200, 200, 1],
105 "orientation": [0, 0, 39],
106 "position": [-150, -50, 0],
111 "animation": "path-animation"
114 "type": "TextView", // styles can be additive
115 "parent-origin": "CENTER",
116 "anchor-point": "CENTER",
117 "size": [200, 200, 1],
118 "text": "or the image.."
121 "type": "ImageActor",
123 "filename": "{DALI_IMAGE_DIR}gallery-large-21.jpg"
125 "position": [0, 200, 0],
126 "size": [200, 200, 1],
130 "animation": "rotate"
132 "position-inheritance": "DONT_INHERIT_POSITION"