1.1.7 • Published 2 years ago

animate-hover v1.1.7

Weekly downloads
9
License
ISC
Repository
github
Last release
2 years ago

animate-hover.css npm version

Common CSS helper classes.

CSS animate-hover Classes

Animate Hover: Colección de efectos de animaciones hover CSS3 para aplicar a enlaces, logotipos, imágenes destacadas, etc. Animate hover Aplicalo fácilmente a tus propios elementos, modifica o simplemente utiliza para inspirarte. Disponible en CSS, Sass.

Install

Install with Npm

npm

To install with npm run

$ npm install animate-hover --save

Basic Usage

  1. Include the stylesheet on your document's <head>
<head>
  <link rel="stylesheet" href="css/animate-hover.min.css">
</head>

for animations based on animate.css

<head>
  <link rel="stylesheet" href="css/animate.css/animate.min.css">
  <link rel="stylesheet" href="css/animate-hover.min.css">
</head>
  1. Add the class ahvr-animated animated-box to the element you want to animate.

  2. Finally you need to add one of the following classes:

Class Name
animated-bounceanimated-flashanimated-pulseanimated-rubberBand
animated-shakeanimated-headShakeanimated-swinganimated-tada
animated-wobbleanimated-jelloanimated-bounceInanimated-bounceInDown
animated-bounceInLeftanimated-bounceInRightanimated-bounceInUpanimated-bounceOut
animated-bounceOutDownanimated-bounceOutLeftanimated-bounceOutRightanimated-bounceOutUp
animated-fadeInanimated-fadeInDownanimated-fadeInDownBiganimated-fadeInLeft
animated-fadeInLeftBiganimated-fadeInRightanimated-fadeInRightBiganimated-fadeInUp
animated-fadeInUpBiganimated-fadeOutanimated-fadeOutDownanimated-fadeOutDownBig
animated-fadeOutLeftanimated-fadeOutLeftBiganimated-fadeOutRightanimated-fadeOutRightBig
animated-fadeOutUpanimated-fadeOutUpBiganimated-flipInXanimated-flipInY
animated-flipOutXanimated-flipOutYanimated-lightSpeedInanimated-lightSpeedOut
animated-rotateInanimated-rotateInDownLeftanimated-rotateInDownRightanimated-rotateInUpLeft
animated-rotateInUpRightanimated-rotateOutanimated-rotateOutDownLeftanimated-rotateOutDownRight
animated-rotateOutUpLeftanimated-rotateOutUpRightanimated-hingeanimated-jackInTheBox
animated-rollInanimated-rollOutanimated-zoomInanimated-zoomInDown
animated-zoomInLeftanimated-zoomInRightanimated-zoomInUpanimated-zoomOut
animated-zoomOutDownanimated-zoomOutLeftanimated-zoomOutRightanimated-zoomOutUp
animated-slideInDownanimated-slideInLeftanimated-slideInRightanimated-slideInUp
animated-slideOutDownanimated-slideOutLeftanimated-slideOutRightanimated-slideOutUp
animated-heartBeat

Full example:

Animate: All Box

<h1 class="ahvr-animated animated-box animated-bounce">Example</h1>

<a href="#">
  <div class="ahvr-square ahvr-boxed-image ahvr-animated animated-box animated-bounce">
    <img class="img-fluid image" src="./images/img_avatar.png" alt="Avatar">
    <div class="overlay">
      <div class="middle">
        <i class="box-icon fa fa-soccer-ball-o"></i>
        <h4 class="box-title"> Soccer Team </h4>
        <p class="box-text"> Best Sports Features</p>
      </div>
    </div>
  </div>
</a>

Animate: Box Content

<h1 class="ahvr-animated animated-box ">Example
  <span class="animated-bounce"> animated-bounce </span>
</h1>

<a href="#">
  <div class="ahvr-square ahvr-boxed-image ahvr-animated animated-box">
    <img class="img-fluid image" src="../../../images/img_avatar.png" alt="Avatar">
    <div class="overlay animated-bounce">
      <div class="middle">
        <i class="box-icon fa fa-soccer-ball-o"></i>
        <h4 class="box-title"> Soccer Team </h4>
        <p class="box-text"> Best Sports Features</p>
      </div>
    </div>
  </div>
</a>
1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

5 years ago

1.1.4

6 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago