https://github.com/codrops/inlinemenulayout
An inline menu layout with a playful hover animation and a gallery content preview panel.
https://github.com/codrops/inlinemenulayout
css javascript layout webdesign
Last synced: 9 months ago
JSON representation
An inline menu layout with a playful hover animation and a gallery content preview panel.
- Host: GitHub
- URL: https://github.com/codrops/inlinemenulayout
- Owner: codrops
- License: mit
- Created: 2020-11-11T14:50:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-11T14:53:06.000Z (over 5 years ago)
- Last Synced: 2025-05-08T05:34:45.704Z (about 1 year ago)
- Topics: css, javascript, layout, webdesign
- Language: HTML
- Homepage: https://tympanus.net/codrops/?p=51858
- Size: 16.2 MB
- Stars: 67
- Watchers: 3
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inline Menu Layout with Gallery Panel
An inline menu layout with a playful hover animation and a gallery content preview panel.

[Article on Codrops](https://tympanus.net/codrops/?p=51858)
[Demo](http://tympanus.net/Development/InlineMenuLayout/)
## 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/)
## 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)