https://github.com/codrops/rapidimagehovermenu
A hover effect for a menu where images appear with an animation for each item.
https://github.com/codrops/rapidimagehovermenu
Last synced: 4 months ago
JSON representation
A hover effect for a menu where images appear with an animation for each item.
- Host: GitHub
- URL: https://github.com/codrops/rapidimagehovermenu
- Owner: codrops
- License: mit
- Created: 2020-07-01T14:03:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T04:09:40.000Z (almost 3 years ago)
- Last Synced: 2025-07-06T11:48:37.284Z (7 months ago)
- Language: JavaScript
- Homepage: https://tympanus.net/codrops/?p=50362
- Size: 17.4 MB
- Stars: 171
- Watchers: 5
- Forks: 36
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rapid Image Hover Menu
A hover effect for a menu where images appear with an animation for each item.

[Article on Codrops](https://tympanus.net/codrops/?p=50362)
[Demo](http://tympanus.net/Tutorials/RapidImageHoverMenu/)
## 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 by [Andrey Yakovlev and Lili Aleeva](https://www.behance.net/AndrewLili). All images used are licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en_US)
## 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)