Cuberto / mouse-follower

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

How to change cursor background color dynamically? #35

Open dropways opened 9 months ago

dropways commented 9 months ago

I wan to use colorful cursor not only black and white.

I have a slider color with dynamically slide color so I need to use dynamic cursor background color.

Please suggest me solution.

Thank you in advance

Drafteed commented 9 months ago

Use a custom CSS:

.my-cursor.-red {
    color:#ff0000;
}
<div data-cursor="-red">Red cursor!</div>