Hi there,
GSAPJS does a great job to bring AS posibilities to JS.
However there is one thing that seems to be missing - and i might probably be out of scope but i'll go ahead and ask:
Is there a convenient way in GSAPJS to easily get values back from the transform property - scaleX, scaleY, RotationX, skewX etc... ?
Or do we need to work with the 2D and 3D matrix?
Right now I'm using $("selector").data(key, value) to store (set/get) these variable but I was hoping to find a better way of accessing these values in real time.
Anyways, here is an example that works fine using $().data() : http://jsfiddle.net/Dqg2n/3/
Thanks for your work, you make coding so conveninent!!