Share Posted August 6, 2015 in following tween I need to use a var instead of number in transform origin area. I did change the number with a variable but it's not working. TweenMax.to("#gallery", 1,{rotationY:GrotY,opacity:0, transformOrigin:"50% 50% zValue",ease:Power4.easeOut}); as you can see same job works for rotationY value. Link to comment Share on other sites More sharing options...
Share Posted August 6, 2015 Hi frost pls try this : TweenMax.to("#gallery",1,{ rotationY:GrotY , opacity:0 , transformOrigin:"50% 50% "+zValue , ease:Power4.easeOut }); 2 Link to comment Share on other sites More sharing options...
Author Share Posted August 6, 2015 Hi frost pls try this : TweenMax.to("#gallery",1,{ rotationY:GrotY , opacity:0 , transformOrigin:"50% 50% "+zValue , ease:Power4.easeOut }); IT WORKED, I HAVE NOT RECEIVED SUCH FAST CORRECT ANSWER WHOLE MY LIFE. THANKS A MILLION 4 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now