Skip to content

📖 Library: Sleek front-end framework for faster and easier customization and animation on hover button.

License

Notifications You must be signed in to change notification settings

xbaysal11/HoverMeAnim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

HoverMeAnim

Sleek front-end framework for faster and easier customization and animation on hover button.

logo

Installation

1. Install Font Awesome.

Via CDN is the quickest and easiest way to get Font Awesome on your website.

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">

Via npm or yarn:

$ npm install --save-dev @fortawesome/fontawesome-free
$ yarn add --dev @fortawesome/fontawesome-free

2. Download files.

3. Connecting css "hoverMeAnim.min.css"

<link rel="stylesheet" href="hoverMeAnim.min.css">

4. HTML (class names)

<body>
    <div class="hover-me-anim">
      <a class="btn-anim" href="#">
        <i class="fab fa-telegram"></i>
      </a>
      <a class="btn-anim" href="#">
        <i class="fab fa-twitter"></i>
      </a>
      <a class="btn-anim" href="#">
        <i class="fab fa-google"></i>
      </a>
      <a class="btn-anim" href="#">
        <i class="fab fa-instagram"></i>
      </a>
      <a class="btn-anim" href="#">
        <i class="fab fa-youtube"></i>
      </a>
    </div>
  </body>

About

📖 Library: Sleek front-end framework for faster and easier customization and animation on hover button.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published