Link to home
Start Free TrialLog in
Avatar of cristobal_ny
cristobal_ny

asked on

help with using greensock tweengroup and tweenmax

It is the first tiem I use tweenGroup
I must be doing something wrong since it's not working.
import gs.TweenLite;
import gs.easing.*;
 
 
 
W.x.onPress = function() {
	TweenGroup.allTo([W.one, W.two, W.three, W.four], 1, {y:"100", alpha:0, stagger:0.2});
};

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of cristobal_ny
cristobal_ny

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial