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

https://github.com/biasiolo/menu-full-screen

Enhance your website with the Full Screen Navigation Menu, a modern and interactive solution designed to elevate user experience.
https://github.com/biasiolo/menu-full-screen

css full-screen html javascript menu-full-screen menu-navigation plugin user-interface

Last synced: about 2 months ago
JSON representation

Enhance your website with the Full Screen Navigation Menu, a modern and interactive solution designed to elevate user experience.

Awesome Lists containing this project

README

          

# Full Screen Navigation Menu
Enhance your website with the Full Screen Navigation Menu, a modern and interactive solution designed to upgrade user experience, with bubble animation.

[Live aplication](https://menu-full-screen.vercel.app/)

![menu-img](https://github.com/Biasiolo/menu-full-screen/assets/146396015/b52f3007-8b21-4bf2-a817-e9ab21f52b22)

## Features

- Sleek Design: The menu features a clean and contemporary design that adds a touch of sophistication to your website.
- Responsive Layout: The menu is crafted to ensure optimal performance on various screen sizes, making it user-friendly across devices.
- Easy integration with your website or web application
- Lightweight and customizable

### New features
- Bubble Animation:
Explore a captivating visual experience with our new bubble animation. The screen comes to life with gracefully moving bubbles, creating an engaging and dynamic atmosphere.

- Glassmorphism Aesthetics:
Immerse yourself in the modern design trend with the addition of glassmorphism. The menu elements showcase a sleek glass-like appearance, providing a visually appealing and immersive user interface.
## Installation

To use this full-screen navigation menu in your project, follow these steps:

1. Install plugin:

```bash
npm i full-screen-navigation-menu
```

2. Include jQuery and the plugin in your HTML file:

```html




$(document).ready(function () {
// Initialize the plugin
$('body').fullScreenMenu({
menuTrigger: '.nav-trigger',
closeButton: '.js_close_button',
menuElement: '.nav-menu',
animationDuration: 200
});
});

```

3. Customize the menu styles and settings according to your preferences.

## Usage

```javascript
// Include the full-screen-menu plugin
$(document).ready(function () {
// Initialize the plugin
$('body').fullScreenMenu({
menuTrigger: '.nav-trigger',
closeButton: '.js_close_button',
menuElement: '.nav-menu',
animationDuration: 200
});
});
```

## License

This project is licensed under the MIT License by BIASIOLO.
```