Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/javierbyte/control-user-cursor

Small experiment to 'control' the user cursor with JavaScript and CSS.
https://github.com/javierbyte/control-user-cursor

cursor experiment javascript js ui ux

Last synced: about 1 month ago
JSON representation

Small experiment to 'control' the user cursor with JavaScript and CSS.

Awesome Lists containing this project

README

        

# Control User Cursor

Small experiment to 'control' the user cursor with JavaScript and CSS.

[![control-user-cursor](docs-assets/thumbnail.jpg)](https://javier.xyz/control-user-cursor/)

## How it works?

I make the user cursor invisible, and then paint my own cursor with JS! The
`:hover` styles are also fake.

Most of the math is here
https://github.com/javierbyte/control-user-cursor/blob/master/index.js#L134