Jump to content
Search Community

Rich B

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Rich B

  1. Hi Gareth The tweens were not working because the code was outside the function Before (not working): }); // tween arc with tweenmax (nothing get's tweened) TweenMax.to(arc, 80, {raphael:{'stroke-width':60, width:20, height:50, stroke:"#0000ff", scaleX:2}}); After (working): // tween arc with tweenmax (nothing get's tweened) TweenMax.to(arc, 80, {raphael:{'stroke-width':60, width:20, height:50, stroke:"#0000ff", scaleX:2}}); }); Hope this helps!
×
×
  • Create New...