Skip to content

ManthanThakor/HoverFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoverFX

HoverFX Banner

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.

Live Demo: https://manthanthakor.github.io/HoverFX/

Overview

HoverFX 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.

Features

  • Responsive Design: All effects work across different screen sizes
  • Copy Code Functionality: Easily copy code snippets with one click
  • Variety of Effects: Multiple categories of hover animations
  • Modern UI: Clean interface with easy navigation
  • Well-Documented: Clear documentation for each effect

Effect Categories

3D Effects

Transform elements with depth and perspective for immersive 3D interactions.

3D Effects Demo

Anime Section

Inspired by anime aesthetics, these effects bring dynamic character to web elements.

Anime Section Demo

Basic Hover Effects

Simple yet powerful hover transitions for everyday web elements.

Basic Hover Demo

Glassmorphism Effects

Modern frosted glass aesthetic with transparency and blur effects.

Glassmorphism Demo

Neon Effects

Vibrant glowing effects reminiscent of neon lights.

Neon Effects Demo

Interactive Effects

Advanced hover effects with dynamic user interactions.

Interactive Effects Demo

Technologies Used

  • HTML5
  • CSS3 (with animations and transitions)
  • JavaScript (ES6+)
  • Font Awesome (for icons)

How to Use

  1. Clone the repository:

    git clone https://github.com/ManthanThakor/HoverFX.git
    
  2. Navigate to the project directory:

    cd HoverFX
    
  3. Open index.html in your browser or use a local server:

    # Using Python's simple HTTP server
    python -m http.server
    
  4. Browse through the categories and effects.

  5. To use an effect in your project:

    • Click on the "Copy Code" button for the desired effect
    • Paste the HTML, CSS, and JS code into your project
    • Add any required dependencies (like Font Awesome)

Contributing

Contributions are welcome! If you'd like to add a new effect or improve an existing one:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/amazing-effect)
  3. Add your effect
  4. Commit your changes (git commit -m 'Add some amazing effect')
  5. Push to the branch (git push origin feature/amazing-effect)
  6. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Acknowledgments

  • Inspired by various modern web design trends
  • Thanks to the open-source community for continuous inspiration
  • Font Awesome for providing excellent icons

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors