Replies: 1 comment
-
You can try something like: atroposElement.dispatchEvent(new PointerEvent('pointermove', { pointerType: 'mouse', clientX: x, clientY: y })) Or copy some of the logic from the source code and modifying |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to trigger animations or simulate pointer events for use with waypoints?
Beta Was this translation helpful? Give feedback.
All reactions