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

Add cursor effects to settings #96

Open
4 tasks done
ajmeese7 opened this issue Jul 10, 2022 · 2 comments
Open
4 tasks done

Add cursor effects to settings #96

ajmeese7 opened this issue Jul 10, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@ajmeese7
Copy link
Member

ajmeese7 commented Jul 10, 2022

Can use Tim Holman's repository like I have on a few other sites and add some of my custom local cursors if I can find them.

  • Add cursor effects to the settings application
  • Add some more effects than just rainbow and none
  • Try to get the issue with the ghost cursor resolved in the OG repo (link)
  • Add my local ghost cursor modifications to the main repo in a PR, if I can figure out why it works great on his site but doesn't everywhere else
@ajmeese7 ajmeese7 self-assigned this Jul 10, 2022
@ajmeese7 ajmeese7 added the enhancement New feature or request label Jul 10, 2022
@ajmeese7
Copy link
Member Author

ajmeese7 commented Jul 25, 2022

Update: The cursor issue does not appear to have a fix yet, due to the browser being unable to view the user's actual cursor and instead only being able to see where the cursor is located. A fix specific to Meese Enterprises that could be implemented is simply hiding the user's cursor entirely and replacing it with a standard cursor image that would mirror the ghost, allowing for a perfect replica in the effect.

The following (from here) should work, when combined with a custom cursor image:

* {
  cursor: none;
}

@ajmeese7
Copy link
Member Author

ajmeese7 commented Aug 26, 2023

The ability to change the cursor image for the ghost effect has been introduced in a PR to the main repository, if merged that will make this process easier. Also went back and added my delay option, which would give more character to the site if implemented.

Update: The two PRs were merged and released in 10.0.12, so we can get to using this and customizing it whenever.

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

No branches or pull requests

1 participant