I have a button on an autoplay video that toggles sound on click. I would like to make the button move with the cursor within the video box while still clickable.
I tried the html, javascript below that moves the cursor but the button stays put. (note: This code is only showing the button and not the video or toggle sound functionality)
How can I make the button simply move with the cursor as well?
Toggle Sound
options = {
“cursorOuter”: “circle-basic”,
“hoverEffect”: “circle-move”,
“hoverItemMove”: false,
“defaultCursor”: true,
“outerWidth”: 40,
“outerHeight”: 40
};
magicMouse(options);
caremission is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.