issues
search
stephenscaff
/
react-animated-cursor
An animated custom cursor React component.
ISC License
309
stars
30
forks
source link
fix - fixed safari scale blur by converting to hxw size update
#38
Closed
stephenscaff
closed
1 year ago
stephenscaff
commented
1 year ago
Fixed safari bug that blurred cursor on transform: scale by migrating to a height x width size update.
Added additional demo pages to highlight cursor types creation.
Added ability to maintain browser's default / system cursor with
showSystemCursor
, defaults to false.
Cleaned up props to be alphabetical.
showSystemCursor
, defaults to false.