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
The whole page turns black but the effect on the cursor works, any fixes?
This is what i applied - <script src="https://unpkg.com/cursor-effects@latest/dist/browser.js"></script> <script type="module">
window.addEventListener("load", (event) => { new cursoreffects.rainbowCursor(); }); </script>
The text was updated successfully, but these errors were encountered:
I suspect you may be applying a background color to all canvas elements in your css somewhere. You should be able to inspect the page and see where.
Sorry, something went wrong.
No branches or pull requests
The whole page turns black but the effect on the cursor works,
any fixes?
This is what i applied - <script src="https://unpkg.com/cursor-effects@latest/dist/browser.js"></script>
<script type="module">
The text was updated successfully, but these errors were encountered: