We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
data-cursor-size={90}
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
The text was updated successfully, but these errors were encountered:
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'
.-lg { &:before { transform: scale(2); } }
data-cursor='-lg'
Sorry, something went wrong.
thank you very very much you been very very helpful
how can i do this in normal css?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: