Share Posted April 30, 2016 In the linked codepen (), I would expect the image to move across the screen smoothly over 5 seconds, instead it jumps as though the transformOrigin values are not being tweened. Why is this, and how can I fix it? (Also, it doesn't seem to work at all in Firefox...) See the Pen JXeoYy?editors=1010 by anon (@anon) on CodePen Link to comment Share on other sites More sharing options...
Share Posted April 30, 2016 Thanks for the demo. transformOrigin is not tween-able. It is only used to set the origin. more info and a solution here: http://greensock.com/forums/topic/8200-animating-transform-origin/ 2 Link to comment Share on other sites More sharing options...
Author Share Posted April 30, 2016 Thanks, got my code working now. 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