https://github.com/codrops/animatedcustomcursor
Some ideas for interactive custom cursor animations using SVG filters.
https://github.com/codrops/animatedcustomcursor
Last synced: 6 months ago
JSON representation
Some ideas for interactive custom cursor animations using SVG filters.
- Host: GitHub
- URL: https://github.com/codrops/animatedcustomcursor
- Owner: codrops
- License: mit
- Created: 2020-03-24T12:26:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T12:45:17.000Z (almost 5 years ago)
- Last Synced: 2025-07-06T11:48:00.452Z (7 months ago)
- Language: JavaScript
- Homepage: https://tympanus.net/codrops/?p=48725
- Size: 583 KB
- Stars: 159
- Watchers: 4
- Forks: 27
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Animated Custom Cursor Effect
Some distortion animations for custom cursors using SVG filters.

[Article on Codrops](https://tympanus.net/codrops/?p=48725)
[Demo](http://tympanus.net/Development/AnimatedCustomCursor/)
## Installation
Install dependencies:
```
npm install
```
Compile the code for development and start a local server:
```
npm start
```
Create the build:
```
npm run build
```
## Credits
- Images from [Unsplash](https://unsplash.com/)
- Messapia font by Luca Marsano from [Collletttivo.it](http://collletttivo.it/)
## Misc
Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/)
## License
[MIT](LICENSE)
Made with :blue_heart: by [Codrops](http://www.codrops.com)