It's hard to figure out where something is with multiple transforms applied to it. That's why I was disappointed to see the getTransformToElement method removed in Chrome 48. http://greensock.com/forums/topic/13671-gettransformtoelement-removed-in-chrome-48/   And using something like the following is not always accurate with nested transforms... var x = myElement._gsTransform.x; Thankfully, the polyfill seems to work great. Notice how I can place the green circle on the t
    • Like
    5