Community Forum

Ask questions, share cursor builds, vote on feature requests, and connect with other developers in the 100 Web Projects community.

1,248Threads
3,570Members
8,902Replies
94%Solved
42
Showcase Tip

I combined all 4 cursor designs into one dynamic switcher — here's how

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…

G
GayatriG
2h ago 17 replies 412 views Featured
18
Question

Cursor flickers on Safari 17 — anyone else seeing this?

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…

A
alex_builds
5h ago 3 replies 98 views
35
Feature Request

Add a "magnetic" cursor mode — cursor snaps to nearby elements

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…

M
marco_ui
1d ago 29 replies 640 views
27
Showcase

My portfolio using the Firefly theme — cursor looks incredible over dark hero sections

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…

S
sona_dev
2d ago 11 replies 318 views
9
Question

How do I disable the cursor on mobile but keep the star canvas?

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?

R
riya_frontend
3d ago 0 replies 54 views
51
BugTip

Fix: cursor.js crashes when #cursor-design is missing — and the solution

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…

K
kai_webdev
4d ago 22 replies 791 views Solved