Skip to content
New issue

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

Mouse Follower Cursor Text and Size Persist Across Page Navigation in Next.js Project #45

Open
venilsutariya opened this issue Jun 18, 2024 · 2 comments

Comments

@venilsutariya
Copy link

I have a project section similar to Cuberto's, where I've enabled the data-cursor-text="Explore" attribute for images. When I click on an image to navigate to another page, the Mouse Follower cursor still displays the text "Explore" and retains its enlarged size on the new page.

<Image src={project.imageUrl} alt={project.name} height={450} width={645} className="hover:scale-[1.05] cursor-pointer" style={{ transition: "all 0.5s linear" }} onClick={() => handleClick(project.href)} layout="responsive" loading="lazy" data-cursor-text={"Explore"} />

@venilsutariya
Copy link
Author

How can I set Mouse Follower to its default state with no text and default sizing? at page where i am navigating or can i set it default when i click on image ?

@venilsutariya venilsutariya closed this as not planned Won't fix, can't repro, duplicate, stale Jun 18, 2024
@venilsutariya venilsutariya reopened this Jun 18, 2024
@HerrKise
Copy link

Did you find a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants