Jump to content
Search Community

rabidflash

Members
  • Posts

    2
  • Joined

  • Last visited

rabidflash's Achievements

0

Reputation

  1. thanks for the reply. I thought of using the oncomplete event too. But, just wanted to know if there was any other way or if there's something that I was missing..
  2. Hi, I'm trying to do a simple tweening of width, increasing it by a value of 120px and I'm trying to repeat this: TweenMax.to($(".class1"), 1, {css:{width:"+=120px"},repeat:-1}); the problem is the animation animates always from the original width instead of the updated width. How can I make it to repeat the value go from 0-120,120-240... thanks.
×
×
  • Create New...