Share Posted September 29, 2016 Hi. Please can anyone help me get the transform.x of a node that is being animated by timelinemax? Please see codepen for my attempts. Thanks. See the Pen amyzNJ by chrissowerby (@chrissowerby) on CodePen Link to comment Share on other sites More sharing options...
Share Posted September 29, 2016 Hello Surge, and Welcome to the GreenSock Forum! You have to get it like this when using jQuery $('.test').get(0)._gsTransform.x; // like this $('.test')[0]._gsTransform.x; // or like this Happy Tweening 3 Link to comment Share on other sites More sharing options...
Author Share Posted September 29, 2016 Thanks Jonathan. That fixed it! var transform_x = $(".test")[0]._gsTransform.xPercent; 1 Link to comment Share on other sites More sharing options...
Share Posted September 29, 2016 Glad you got it working Surge 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