Share Posted May 1, 2015 Is it possible to start a tween from x, y coordinates? I want to animate a box into view from where the user clicks. Thanks. Link to comment Share on other sites More sharing options...
Share Posted May 1, 2015 Absolutely. You just need to respond to a click event and pass the x/y to a tween created in response to the click. Here is an example, See the Pen bddLwL by sgorneau (@sgorneau) on CodePen 4 Link to comment Share on other sites More sharing options...
Author Share Posted May 1, 2015 Thanks for the demo. I had 'top' and 'left' in the stylesheet, so x and y didn't seem to work correctly. All fixed 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