Share Posted November 12, 2016 I am looking for capturing objects position from canvas. Here is an example http://cssanimate.com/ Is it possible to update object position from canvas to code? Link to comment Share on other sites More sharing options...
Share Posted November 13, 2016 I'm not exactly sure what you are asking or if you are referring to the html5 <canvas> element or using that term in a more general sense It would really help to see a bit of context for your code. In simple terms, yes you can query the position of objects that you are tweening. If you are animating with css transforms (x and y) the target of the tween has a .gs_transform object that stores those values. Here is a demo: http://codepen.io/GreenSock/pen/ZBWRYR?editors=0011 1 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