Jump to content
Search Community

rudal

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by rudal

  1. hi,

    I am trying to tween width and height with TweenMax in Adobe Animate CC:

     

    First frame script (in Animate CC):

    var root = this;
    
    // TweenMax.to(root.myBox, 1.25, {scaleX:2.0, scaleY:2.0, ease:Elastic.easeOut}); // --> works
    
    // TweenMax.to(root.myBox, 1.25, {width:"500px"}); // --> NOT WORKS 
    TweenMax.to(root.myBox, 1.25, {left:"12px"}); // --> ALSO NOT WORKS 
    
    
    

    ("myBox" is a name of movie clip on stage).

     

    Using:

     

    Animate CC Version: 15.1.0.210.

    TweenMax.min.js Version: 1.19.0 (also tried 1.18.2).

    createjs-2015.11.26.min.js.

     

    Thanks.

×
×
  • Create New...