react-animated-cursor icon indicating copy to clipboard operation
react-animated-cursor copied to clipboard

An animated custom cursor React component.

Results 15 react-animated-cursor issues
Sort by recently updated
recently updated
newest added

Can't figure out why the cursor is still visible on and interacting on my iPhone safari. FYI: The whole site is exported static. My packages: "dependencies": { "@mdx-js/loader": "^2.3.0", "@mdx-js/react":...

Recently I was developing my own developer portfolio with ReactJs/NextJs, TailwindCSS. On my sidebar I have provided the z-[999999] so in that case the react-animated-cursor got hide like below: ![Screenshot_4](https://github.com/stephenscaff/react-animated-cursor/assets/113251566/a7d2ce47-e584-4e7b-af54-68fca12779d0)...

There no error i found ```tsx // only component i have import AnimatedCursor from "react-animated-cursor" export default function App() { return ( ) } ```

Hey, When I try to use style props, the cursor breaks. no cursor appears at all. Without any, the cursor works as intended. I tried every example cursors and the...

Hi, Is there is a way to apply a certain style to the outer when it hit a clickable? for example I want it to be green without border normally...

### Description If AnimatedCursor is rendered conditionally, the cursor will stay invisible even when AnimatedCursor is removed from the render tree. ### To Produce ``` import { useState } from...

The cursor does not disable active mode when I go to a new page in Next JS, It only works if I randomly click anywhere in the body on the...

would be nice to override the opacity of the inner div i have tried: ``` innerStyle={{ backgroundColor: "#C6C6C6", border: "1px solid white", opacity: 0.666, }} ``` but this took no...

Hello, I am currently designing a Framer template that utilizes the "Cursor Follower" Framer module, which imports react-animated-cursor. The author of 'Cursor Follower' module has stated that the error is...