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
392 stars 60 forks source link

Not working properly on Safari #6

Closed salehriaz closed 2 years ago

salehriaz commented 3 years ago

Hi, as much as I love this library, the #magicMouseCursor does not work properly on safari. It doesn't follow the dot cursor properly and seems to get stuck.

dshongphuc commented 3 years ago

Hi @salehriaz , thank you for your report. I'm not a Mac user so I've not tested this libs on Safari, I will try to find a way to test it and hope we can fix this issue soon.

salehriaz commented 3 years ago

Its the transition property of the #magicMouseCursor is what makes it act this way. For now, I just remove transition. It works fine now.

dshongphuc commented 3 years ago

@salehriaz Thank you, may I know what is the version of your Safari? I tested it on version 12 and seems it works well.

dshongphuc commented 2 years ago

Close due to inactivity