magic-mouse-js
magic-mouse-js copied to clipboard
Broken if using default cursor with pointer-blur
The blur effect does not work when using the default cursor with pointer-blur
Same with pointer-overlay
@RomkaLTU @kuwts Thank you both for posting this issue. I cannot replicate this issue on my end unfortunately, can you please explain more or record a short video? Thanks in advance.
Simple as that:
magicMouse({
"cursorOuter": "disable",
"hoverEffect": "pointer-overlay",
"hoverItemMove": false,
"defaultCursor": true,
"outerWidth": 30,
"outerHeight": 30
});
When you hover on desired object cursor just disappears.