Is there a way to make an element follow the cursor directly, placing it exactly at the cursor's position? I considered using a Custom Code on the Mousemove event for X and Y, something like this: "x: event.clientX - document.querySelector("#TextContainer").getBoundingClientRect().x", but it doesn't seem to respond.
Making an Element Follow the Cursor
2
3 replies