{"id":26808353,"url":"https://github.com/biasiolo/menu-full-screen","last_synced_at":"2026-04-19T10:32:18.582Z","repository":{"id":211514570,"uuid":"729359570","full_name":"Biasiolo/menu-full-screen","owner":"Biasiolo","description":"Enhance your website with the Full Screen Navigation Menu, a modern and interactive solution designed to elevate user experience.","archived":false,"fork":false,"pushed_at":"2023-12-15T02:52:47.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-15T04:11:28.861Z","etag":null,"topics":["css","full-screen","html","javascript","menu-full-screen","menu-navigation","plugin","user-interface"],"latest_commit_sha":null,"homepage":"https://menu-full-screen.vercel.app","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Biasiolo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-09T01:55:26.000Z","updated_at":"2023-12-09T02:14:18.000Z","dependencies_parsed_at":"2023-12-13T22:30:00.959Z","dependency_job_id":"35f0438c-eb6e-49c7-a3ff-9857b61603ae","html_url":"https://github.com/Biasiolo/menu-full-screen","commit_stats":null,"previous_names":["biasiolo/menu-full-screen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biasiolo%2Fmenu-full-screen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biasiolo%2Fmenu-full-screen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biasiolo%2Fmenu-full-screen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biasiolo%2Fmenu-full-screen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Biasiolo","download_url":"https://codeload.github.com/Biasiolo/menu-full-screen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246262514,"owners_count":20749170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","full-screen","html","javascript","menu-full-screen","menu-navigation","plugin","user-interface"],"created_at":"2025-03-30T00:28:33.700Z","updated_at":"2026-04-19T10:32:13.548Z","avatar_url":"https://github.com/Biasiolo.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full Screen Navigation Menu\nEnhance your website with the Full Screen Navigation Menu, a modern and interactive solution designed to upgrade user experience, with bubble animation.\n\n[Live aplication](https://menu-full-screen.vercel.app/)\n\n![menu-img](https://github.com/Biasiolo/menu-full-screen/assets/146396015/b52f3007-8b21-4bf2-a817-e9ab21f52b22)\n\n## Features\n\n- Sleek Design: The menu features a clean and contemporary design that adds a touch of sophistication to your website.\n- Responsive Layout: The menu is crafted to ensure optimal performance on various screen sizes, making it user-friendly across devices.\n- Easy integration with your website or web application\n- Lightweight and customizable\n\n### New features\n- Bubble Animation:\nExplore a captivating visual experience with our new bubble animation. The screen comes to life with gracefully moving bubbles, creating an engaging and dynamic atmosphere.\n\n- Glassmorphism Aesthetics:\nImmerse 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.\n## Installation\n\nTo use this full-screen navigation menu in your project, follow these steps:\n\n1. Install plugin:\n\n```bash\nnpm i full-screen-navigation-menu\n```\n\n2. Include jQuery and the plugin in your HTML file:\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\n\u003chead\u003e\n  \u003c!-- Other head elements --\u003e\n  \u003cscript src=\"node_modules/jquery/dist/jquery.min.js\"\u003e\u003c/script\u003e\n  \u003cscript src=\"node_modules/full-screen-navigation-menu/menuFullScreen.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\n\u003cbody\u003e\n  \u003c!-- Your HTML content --\u003e\n\n  \u003cscript\u003e\n    $(document).ready(function () {\n      // Initialize the plugin\n      $('body').fullScreenMenu({\n        menuTrigger: '.nav-trigger',\n        closeButton: '.js_close_button',\n        menuElement: '.nav-menu',\n        animationDuration: 200\n      });\n    });\n  \u003c/script\u003e\n\u003c/body\u003e\n\n\u003c/html\u003e\n```\n\n3. Customize the menu styles and settings according to your preferences.\n\n## Usage\n\n```javascript\n// Include the full-screen-menu plugin\n$(document).ready(function () {\n  // Initialize the plugin\n  $('body').fullScreenMenu({\n    menuTrigger: '.nav-trigger',\n    closeButton: '.js_close_button',\n    menuElement: '.nav-menu',\n    animationDuration: 200\n  });\n});\n```\n\n## License\n\nThis project is licensed under the MIT License by BIASIOLO.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiasiolo%2Fmenu-full-screen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiasiolo%2Fmenu-full-screen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiasiolo%2Fmenu-full-screen/lists"}