X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resources%2Fscripts%2Fanimation.json;h=038303730c008dc2b5bf64964f720d86ba85f94c;hb=065f23c98a05577a4f7052aa4ae910bd9d00c0a4;hp=0bbe545f3dd00484bdd2b6b8e7e49af7f845888d;hpb=4c735b1a526e92865428ce68260489c6c637207c;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/resources/scripts/animation.json b/resources/scripts/animation.json index 0bbe545..0383037 100644 --- a/resources/scripts/animation.json +++ b/resources/scripts/animation.json @@ -59,7 +59,7 @@ "duration": 10.0, "properties": [{ "actor": "image", // referenced actors must exist on stage - "property": "rotation", + "property": "orientation", "value": [0, 0, -45], "alpha-function": "EASE_IN_OUT", "time-period": { @@ -85,12 +85,12 @@ // a tree of actors "stage": [{ "name": "greeting", - "type": "TextView", + "type": "TextLabel", "text": "Touch me", "styles": ["basic-text"], "position": [0, -120, 0], "size": [200, 200, 1], - "rotation": [0, 0, 30], + "orientation": [0, 0, 30], "signals": [{ "name": "touched", "action": "play", @@ -98,11 +98,11 @@ }] }, { "name":"greeting2", - "type": "TextView", + "type": "TextLabel", "parent-origin": "CENTER", "anchor-point": "CENTER", "size": [200, 200, 1], - "rotation": [0, 0, 39], + "orientation": [0, 0, 39], "position": [-150, -50, 0], "text": "or me", "signals": [{ @@ -111,7 +111,7 @@ "animation": "path-animation" }] }, { - "type": "TextView", // styles can be additive + "type": "TextLabel", // styles can be additive "parent-origin": "CENTER", "anchor-point": "CENTER", "size": [200, 200, 1], @@ -122,6 +122,7 @@ "image": { "filename": "{DALI_IMAGE_DIR}gallery-large-21.jpg" }, + "relayout-enabled": false, "position": [0, 200, 0], "size": [200, 200, 1], "signals": [{