Results 1 to 3 of 3
Thread: TweenLite Scaling
-
May 8th, 2012, 12:08 PM #1
TweenLite Scaling
Hi Guys, Is there some parameter in tweenLite that constrains xScale? For instance when I increase the xScale of a horizontal bar at x=0 the x remains the same and the bar xScales to the right only?
OOOPPPS I was using .length rather .width, that helps though I could still use the ability to constrain scaling to one side .Last edited by rimacy; May 8th, 2012 at 12:40 PM.
-
May 8th, 2012, 01:08 PM #2218Carebear
postswhat is wrong with scaleX or scaleY?
Code:mc.scaleX = 0; TweenLite.to(mc, 1, {scaleX: 1});
-
May 8th, 2012, 04:17 PM #3
Sorry I had my registration wrong

Reply With Quote

Bookmarks