Ask questions, share cursor builds, vote on feature requests, and connect with other developers in the 100 Web Projects community.
Built a floating toolbar that lets visitors switch cursor designs on the fly without reloading. Storing the preference in localStorage so it persists across tabs…
The custom cursor appears to flicker when hovering over the select dropdown on Safari 17.2. I've checked the CSS mix-blend-mode and pointer-events but can't isolate the cause…
It would be awesome if the cursor could snap/ease toward interactive elements within a 60px radius. Similar to what some portfolio sites do. Happy to open a PR if there's interest…
Deployed my portfolio using the Firefly theme and the chartreuse comet trail over a dark background is exactly the vibe I was after. Sharing the live link + source below…
On touch devices the custom cursor is hidden automatically but the star canvas background also disappears. Is there a flag to keep the canvas while hiding just the cursor element?
If you use animated-cursor.js on a page that doesn't have the #cursor-design select, the script throws a TypeError and nothing works. Here's the minimal null-guard fix…