Changed all property & signal names to lowerCamelCase
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / docs / content / animation.js
index 33c64f8..43c258f 100644 (file)
@@ -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
   
-<img src="../assets/img/shader-animation.png">
+![ ](../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)