Hi
I'm really enjoying using TweenMax - an awesome JS toolkit.
I would like to know if it's possible to 'get' values with any GS methods/techniques. I see in the TweenMax docs there is a TweenMax.set, however, I would like to be able to 'get' the X / Y values.
My requirement is not during a tween, it could be before after or at any point.
So as an example of what I'm thinking:
var xpos = TweenMax.get( $("#element") ).x;
Many thanks for any advice on how to do this using GS or JS.