X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fdocs%2Fcontent%2Fanimation.js;h=e5a3da409b2162d3408c6605a8cde361dd3682f8;hb=d00a250741411c386d988e7ac34525cf94a1918e;hp=43d0f026a2ca19b3fee4d8443d0f099694ccfffe;hpb=e453077b0b829b7377f0d2e8fd23c887ce876ae2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-script-v8/docs/content/animation.js b/plugins/dali-script-v8/docs/content/animation.js index 43d0f02..e5a3da4 100644 --- a/plugins/dali-script-v8/docs/content/animation.js +++ b/plugins/dali-script-v8/docs/content/animation.js @@ -190,8 +190,8 @@ var imageView = createImageView(); var shader = createColorShiftAndZoomEffect(); var image = { - "rendererType" : "imageRenderer", - "imageUrl" : getImageDirectory()+"gallery-medium-50.jpg", + "rendererType" : "IMAGE", + "url" : getImageDirectory()+"gallery-medium-50.jpg", "shader" : shader };