I would probably just call it unwanted behaviour     It would probably be best to set you initial transforms via gsap from the get-go - that can save you some headaches in general.   For what I understand it is you're going for, you could set your image to position: fixed (alongside top: 0 and left: 0) instead of absolute via CSS, and use clientX/clientY instead of pageX/pageY in your JS - that makes it work just alright for me.   Is that more like what you're going
    • Like
    3