Hi and welcome to the GreenSock forums,   There isn't an onOutOfBounds event or anything similar in the API that will detect when an element goes out of bounds for you but there are enough hooks to whip something up. You would just have to run your own logic onDrag to see if the element has gone beyond the bounds. Fortunately there are values like minX, maxX, minY and maxY that make it relatively straightforward to know what the bounds values are.   I got the solution fr
    • Like
    3