UNPKG
curzr
Version:
latest (1.0.15)
1.0.15
1.0.14
1.0.13
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Highly customizable animated cursor with dot or liquid trails for React.
curzr
/
src
/
styles
/
cursor.css
12 lines
(10 loc)
•
202 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.cursor
{
position
: fixed;
top
:
0
;
left
:
0
;
pointer-events
: none;
border-radius
:
50%
;
transform
:
translate
(-
50%
, -
50%
);
transition
: transform
0.1s
ease-out;
z-index
:
9999
; }