(Deferred Shading) Fix some SVACE errors
[platform/core/uifw/dali-demo.git] / resources / scripts / animation.json
index 624d285..bff6d83 100644 (file)
@@ -92,7 +92,7 @@
     "size": [200, 200, 1],
     "orientation": [0, 0, 30],
     "signals": [{
-      "name": "touched",
+      "name": "touch",
       "action": "play",
       "animation": "animate"
     }]
     "position": [-150, -50, 0],
     "text": "or me",
     "signals": [{
-      "name": "touched",
+      "name": "touch",
       "action": "play",
       "animation": "pathAnimation"
     }]
     "text": "or the image.."
   }, {
     "name": "image",
-    "type": "ImageActor",
-    "image": {
-      "filename": "{DALI_IMAGE_DIR}gallery-large-21.jpg"
-    },
+    "type": "ImageView",
+    "image": "{DEMO_IMAGE_DIR}gallery-large-21.jpg",
     "relayoutEnabled": false,
     "position": [0, 200, 0],
     "size": [200, 200, 1],
     "signals": [{
-      "name": "touched",
+      "name": "touch",
       "action": "play",
       "animation": "rotate"
     }],