2025-05-05
2309
#css
Samson Omojola
132928
116
May 5, 2025 ⋅ 8 min read

Creating custom mouse cursors with CSS

Samson Omojola I'm an experienced software engineer. I love creating applications with responsive, beautiful, intuitive, state-of-the-art designs. I'm skilled in HTML, CSS, JavaScript, Ionic, React, PHP, Laravel, and Flutter.

Recent posts:

Techniques To Circulate And Record Knowledge In Engineering Teams

Techniques to circulate and record knowledge in engineering teams

From onboarding to bug tracking, these knowledge-sharing techniques keep your team aligned, reduce overhead, and build long-term technical clarity.

Marie Starck
May 12, 2025 ⋅ 4 min read
react view transitions and activity api tutorial

React View Transitions and Activity API tutorial: Animate an AirBnB clone

Explore the new React ViewTransition, addTransitionType, and Activity APIs by building an AirBnB clone project.

Emmanuel John
May 9, 2025 ⋅ 8 min read

gRPC vs REST: Choosing the best API design approach

Compare gRPC vs REST to understand differences in performance, efficiency, and architecture for building modern APIs.

Alexander Godwin
May 9, 2025 ⋅ 6 min read
Why Go wasn’t the right choice for the TypeScript compiler

Why Go wasn’t the right choice for the TypeScript compiler

The switch to Go may be a pragmatic move in the short term, but it risks alienating the very developers who built the tools that made TypeScript indispensable in the first place.

Muhammed Ali
May 8, 2025 ⋅ 4 min read
View all posts

5 Replies to "Creating custom mouse cursors with CSS"

  1. useful probably only if you copy the example itselft
    in ‘real world’ the custom cursor if far away from the actual one

  2. You wrote: “Custom cursors can be a great way to draw your users in, keep them engaged…”

    Here. I’ll fix it for you:
    “Custom cursors can be a great way to draw your users in, keep them ENRAGED.”

    Please don’t use them. They’re annoying and counterproductive.

  3. Instead of updating style property – just set beforehand custom properties and update them. And use those custom properties in css of your cursors.

Leave a Reply