Cuberto / mouse-follower

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

How to change cursor background color dynamically? #35

Open dropways opened 1 year ago

dropways commented 1 year 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 1 year ago

Use a custom CSS:

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