Cuberto / mouse-follower

A powerful javascript library to create amazing and smooth effects for the mouse cursor on your website.
MIT License
739 stars 64 forks source link

How to remove the cursor from touch devices #22

Open cocabangaa opened 1 year ago

Drafteed commented 1 year ago
if (window.matchMedia('(pointer:fine)').matches) {
    const cursor = new MouseFollower();
}
Drafteed commented 1 year ago

See also #14

cocabangaa commented 1 year ago

awesome thanks