Jump to content
Search Community

biplap

Members
  • Posts

    2
  • Joined

  • Last visited

biplap's Achievements

0

Reputation

  1. ohh, i was making mistake there, thanks a lot
  2. Hi, I am not able to tween an object in bezier path. More precisely, this statement is not working for me, neither am i getting any error in the console :- TweenMax.to(croppedimg, 5, { bezier:[{x:100, y:250}, {x:300, y:0}, {x:500, y:400}], onUpdate: function(){ layer.batchDraw(); }}); Attaching the html and javascript code also bezier.html
×
×
  • Create New...