You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When listening to Framer.Device.screen.onMouseMove(), and when there is a custom device, and when the window is not 100%, the event.contextPoint coordinates are not with respect to the scaled screen space as they are when listening to a layer. I'm not sure if this is expected behavior (contextPoint isn't technically in the built-in documentation) but it is kind-of undesirable... Example: https://framer.cloud/RYPBi
The coordinates listed in this image are for the top right corner.
The text was updated successfully, but these errors were encountered:
IanBellomy
changed the title
ContextPoint incorrect with custom device and listening to screen
ContextPoint incorrect with scaled custom device when listening to screen
Feb 28, 2018
When listening to Framer.Device.screen.onMouseMove(), and when there is a custom device, and when the window is not 100%, the event.contextPoint coordinates are not with respect to the scaled screen space as they are when listening to a layer. I'm not sure if this is expected behavior (contextPoint isn't technically in the built-in documentation) but it is kind-of undesirable... Example: https://framer.cloud/RYPBi
The coordinates listed in this image are for the top right corner.
The text was updated successfully, but these errors were encountered: