Creating a plugin that supports mouse-hover actions #821
-
Hello, I am wondering if it would be possible to create a plug-in that supports the below features: I am hoping to be able to collect data on the mouse trajectory as well as the duration for the mouse hover. I find this very challenging as I expect that this would require some interaction between JS code and html objects (i.e., the button). I would really appreciate a small example or some guidance on how to do it. Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, Yes, this should be doable by customizing a plugin! One way I would tackle this is:
This resource may be of help as well: https://www.w3schools.com/js/js_htmldom_eventlistener.asp Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hello,
Yes, this should be doable by customizing a plugin! One way I would tackle this is:
This resource may be of help as well: https://www.w3schools.com/js/js_htmldom_eventlistener.asp
Hope this helps!