Jump to content
Search Community

Clouds

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Clouds's Achievements

0

Reputation

  1. Hi Jack, I just wondering does your Transformer class have ability to change pivot point (registration point) and scale/rotate around that point? (like transformAroundPoint in TweenLite does)
  2. great, that's really make sense. Thanks for your supporting!
  3. how about turning auto-play off?
  4. I just wondering why don't you provide play() method? now you always have to do this: tween = TweenMax.to(obj, 3, {...}); tween.pause(); ..... bla bla bla... tween.resume(); I'm sure that a lot of user would need this: tween = TweenMax.to(obj, 3, {...}, false) // false means not auto play .... tween.play(); why not?
×
×
  • Create New...