dshongphuc / magic-mouse-js

A lightweight javascript library to create some amazing effects for the mouse (cursor) on your website - MagicMouse.js : https://magicmousejs.web.app/
MIT License
389 stars 60 forks source link

Broken if using default cursor with pointer-blur #21

Open kuwts opened 2 years ago

kuwts commented 2 years ago

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

RomkaLTU commented 2 years ago

Same with pointer-overlay

dshongphuc commented 2 years ago

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

RomkaLTU commented 2 years ago

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.