X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=node-addon%2Fexamples%2Fmesh-morph.js;h=7570405bdad3a55ca78fc1cc47b2a0b1308db84e;hb=5b4982566aba41b5e21c3b8ce3e01a7e86db8f28;hp=edbdcf9ad6d84084608b7594e55115a13ebc43a1;hpb=c2d1329e1e2211c372f8a696f7afd69edcdf23df;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/node-addon/examples/mesh-morph.js b/node-addon/examples/mesh-morph.js index edbdcf9..7570405 100644 --- a/node-addon/examples/mesh-morph.js +++ b/node-addon/examples/mesh-morph.js @@ -240,7 +240,7 @@ daliApp.createMeshActor = function() { // Animate the mesh actor var animation = new dali.Animation(5); - var animOptions = { alpha:"sin", delay:0, duration:5}; + var animOptions = { alpha:dali.ALPHA_FUNCTION_SIN, delay:0, duration:5}; animation.animateTo( meshActor, "uDelta", 1.0, animOptions ); animation.setLooping(true);