magic-mouse-js icon indicating copy to clipboard operation
magic-mouse-js copied to clipboard

Broken if using default cursor with pointer-blur

Open kuwts opened this issue 3 years ago • 3 comments

The blur effect does not work when using the default cursor with pointer-blur

kuwts avatar Dec 27 '21 16:12 kuwts

Same with pointer-overlay

RomkaLTU avatar Jan 25 '22 09:01 RomkaLTU

@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.

dshongphuc avatar Jan 25 '22 10:01 dshongphuc

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.

RomkaLTU avatar Jan 25 '22 10:01 RomkaLTU