When not knowing anything about a function it is best to just log everything you can think of and then spit though the log of something that you could use. Here is it even simpler, because the docs give you almost all the properties you are looking for. https://greensock.com/docs/v3/Plugins/Draggable   onDrag:   Function - A function that should be called every time the mouse (or touch) moves during the drag. Inside that function, this refers to the Draggable instance
    • Like
    1