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

cursor-size and exclusion #18

Open h3ma209 opened 1 year ago

h3ma209 commented 1 year ago

how can i resize the cursor follower when it enters a div or hovers over a title is there something like data-cursor-size={90} something like that ?

also how can i put the video or the image behind the title like cubertos landing section when the video shows it goes behing the title

sagarkhadka commented 1 year ago

in your global.scss file .-lg { &:before { transform: scale(2); } } And in div where you want the cursor to go big add data-cursor='-lg'

h3ma209 commented 1 year ago

thank you very very much you been very very helpful

WaqasIshaque1 commented 10 months ago

how can i do this in normal css?