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

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.

Awesome Lists containing this project

README

          

# Animated Custom Cursor Effect

Some distortion animations for custom cursors using SVG filters.

![Animated Custom Cursor Effect](https://tympanus.net/codrops/wp-content/uploads/2020/03/AnimatedCursor_featured-1.jpg)

[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)