Jump to content
Search Community

Ismail Cherri

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Ismail Cherri

  1. Hi there,

    First, I would like to thank you for your efforts and your amazing tweening engine :)

    Secondly, I was wondering how to do the following:

    var myIncreasingNumber = 5;
    TweenMax.to(element, 1, {left:+=myIncreasingNumber}); 

    I want something similar to:

    TweenMax.to(element, 1, {left:"+=5"});
    

     

    Many thanks in advance...

×
×
  • Create New...