X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fdocs%2Fcontent%2Fanimation.js;h=43c258fb882afd1f54fda1ab4ea46a4701d13f99;hp=33c64f8114b04a48318424ed7fe45487051c9cbd;hb=f3da11c2818c6d17706fbb2417f21b602b3190f5;hpb=070dc0823710d9776fb368151f0a9e4d82bdf158 diff --git a/plugins/dali-script-v8/docs/content/animation.js b/plugins/dali-script-v8/docs/content/animation.js index 33c64f8..43c258f 100644 --- a/plugins/dali-script-v8/docs/content/animation.js +++ b/plugins/dali-script-v8/docs/content/animation.js @@ -118,7 +118,8 @@ The example below does the following with a single animation object: - rotates the image actor - magnifies and color shifts the image using a fragment shader - +![ ](../assets/img/shaders/shader-animation.png) + ``` @@ -149,7 +150,7 @@ createColorShiftAndZoomEffect = function() { }" // Shader API - // geometryType = "image", "text", "mesh", "textured-mesh" + // geometryType = "image", "text", "mesh", "texturedMesh" // fragmentPrefex ="" // prefix ( optional) // fragmentShader = "" // fragment shader ( optional) // geometryHints = [ "gridX", "gridY", "grid","depthBuffer","blending" ] ( optional)