{"id":28250379,"url":"https://github.com/manthanthakor/hoverfx","last_synced_at":"2026-01-24T07:32:06.573Z","repository":{"id":287337315,"uuid":"964402606","full_name":"ManthanThakor/HoverFX","owner":"ManthanThakor","description":"A comprehensive collection of stunning hover effects created with HTML, CSS, and JavaScript. This repository showcases various hover effect techniques that web developers can implement in their projects.","archived":false,"fork":false,"pushed_at":"2025-05-01T06:41:16.000Z","size":3095,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T14:19:38.706Z","etag":null,"topics":["animation","cool-effect","hover-effects","html-css-javascript","responsive-web-design"],"latest_commit_sha":null,"homepage":"https://manthanthakor.github.io/HoverFX/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ManthanThakor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-04-11T06:50:39.000Z","updated_at":"2025-05-01T06:41:20.000Z","dependencies_parsed_at":"2025-04-11T11:59:01.625Z","dependency_job_id":null,"html_url":"https://github.com/ManthanThakor/HoverFX","commit_stats":null,"previous_names":["manthanthakor/coolhovereffectscards","manthanthakor/hoverfx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ManthanThakor/HoverFX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManthanThakor%2FHoverFX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManthanThakor%2FHoverFX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManthanThakor%2FHoverFX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManthanThakor%2FHoverFX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManthanThakor","download_url":"https://codeload.github.com/ManthanThakor/HoverFX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManthanThakor%2FHoverFX/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259745100,"owners_count":22905042,"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":["animation","cool-effect","hover-effects","html-css-javascript","responsive-web-design"],"created_at":"2025-05-19T14:17:57.530Z","updated_at":"2026-01-24T07:32:01.554Z","avatar_url":"https://github.com/ManthanThakor.png","language":"HTML","readme":"# HoverFX\n\n![HoverFX Banner](https://github.com/ManthanThakor/HoverFX/blob/main/ReadMeDemoImages/banner.png)\n\nA comprehensive collection of stunning hover effects created with HTML, CSS, and JavaScript. This repository showcases various hover effect techniques that web developers can implement in their projects.\n\n**Live Demo:** [https://manthanthakor.github.io/HoverFX/](https://manthanthakor.github.io/HoverFX/)\n\n## Overview\n\nHoverFX is a library of modern, engaging hover effects that can enhance user experience on websites and web applications. From simple transitions to complex 3D effects and interactive animations, this collection provides ready-to-use code snippets for developers.\n\n## Features\n\n- **Responsive Design**: All effects work across different screen sizes\n- **Copy Code Functionality**: Easily copy code snippets with one click\n- **Variety of Effects**: Multiple categories of hover animations\n- **Modern UI**: Clean interface with easy navigation\n- **Well-Documented**: Clear documentation for each effect\n\n## Effect Categories\n\n### 3D Effects\n\nTransform elements with depth and perspective for immersive 3D interactions.\n\n![3D Effects Demo](https://github.com/ManthanThakor/HoverFX/blob/main/ReadMeDemoImages/3dEffect.png)\n\n### Anime Section\n\nInspired by anime aesthetics, these effects bring dynamic character to web elements.\n\n![Anime Section Demo](https://github.com/ManthanThakor/HoverFX/blob/main/ReadMeDemoImages/AnimeGirl.png)\n\n### Basic Hover Effects\n\nSimple yet powerful hover transitions for everyday web elements.\n\n![Basic Hover Demo](https://github.com/ManthanThakor/HoverFX/blob/main/ReadMeDemoImages/Basic.png)\n\n### Glassmorphism Effects\n\nModern frosted glass aesthetic with transparency and blur effects.\n\n![Glassmorphism Demo](https://raw.githubusercontent.com/ManthanThakor/HoverFX/main/ReadMeDemoImages/Glassmorphism.png)\n\n### Neon Effects\n\nVibrant glowing effects reminiscent of neon lights.\n\n![Neon Effects Demo](https://github.com/ManthanThakor/HoverFX/blob/main/ReadMeDemoImages/Neon.png)\n\n### Interactive Effects\n\nAdvanced hover effects with dynamic user interactions.\n\n![Interactive Effects Demo](https://github.com/ManthanThakor/HoverFX/blob/main/ReadMeDemoImages/Interactive.png)\n\n## Technologies Used\n\n- HTML5\n- CSS3 (with animations and transitions)\n- JavaScript (ES6+)\n- Font Awesome (for icons)\n\n## How to Use\n\n1. Clone the repository:\n\n   ```\n   git clone https://github.com/ManthanThakor/HoverFX.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```\n   cd HoverFX\n   ```\n\n3. Open `index.html` in your browser or use a local server:\n\n   ```\n   # Using Python's simple HTTP server\n   python -m http.server\n   ```\n\n4. Browse through the categories and effects.\n\n5. To use an effect in your project:\n   - Click on the \"Copy Code\" button for the desired effect\n   - Paste the HTML, CSS, and JS code into your project\n   - Add any required dependencies (like Font Awesome)\n\n## Contributing\n\nContributions are welcome! If you'd like to add a new effect or improve an existing one:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature/amazing-effect`)\n3. Add your effect\n4. Commit your changes (`git commit -m 'Add some amazing effect'`)\n5. Push to the branch (`git push origin feature/amazing-effect`)\n6. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Contact\n\n- GitHub: [ManthanThakor](https://github.com/ManthanThakor)\n- Website: [HoverFX Demo](https://manthanthakor.github.io/HoverFX/)\n\n## Acknowledgments\n\n- Inspired by various modern web design trends\n- Thanks to the open-source community for continuous inspiration\n- Font Awesome for providing excellent icons\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanthanthakor%2Fhoverfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanthanthakor%2Fhoverfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanthanthakor%2Fhoverfx/lists"}