Author: | IanLunn |
---|---|
Views Total: | 3,462 views |
Official Page: | Go to website |
Last Update: | June 11, 2018 |
License: | MIT |
Preview:

Description:
hover.css is a collection of hover effects with the power of CSS3 that can be used to create animated mouse hover over effects on any Html elements like buttons, images, and more.
All Hover.css effects make use of a single element (with the help of some pseudo-elements where necessary), are self-contained so you can easily copy and paste them, and come in CSS and SASS flavors.
See Also:
- SCSS Mixin Library For Cool Link Hover Effects
- 60+ Image Hover Effect With Pure CSS – imagehover.css
- SCSS Mixin Library For Cool Link Hover Effects
- Text Hover & Click Effects Pack (CSS/SCSS)
How to use it:
Include the latest hover.css
in the html document.
<link href="css/hover.css" rel="stylesheet" media="all">
Add the class of animation to your Html element and done. Available effects:
- hvr-grow: Grow
- hvr-shrink: Shrink
- hvr-pulse: Pulse
- hvr-pulse-grow: Pulse Grow
- hvr-pulse-shrink: Pulse Shrink
- hvr-push: Push
- hvr-pop: Pop
- hvr-bounce-in: Bounce In
- hvr-bounce-out: Bounce Out
- hvr-rotate: Rotate
- hvr-grow-rotate: Grow Rotate
- hvr-float: Float
- hvr-sink: Sink
- hvr-bob: Bob
- hvr-hang: Hang
- hvr-skew: Skew
- hvr-skew-forward: Skew Forward
- hvr-skew-backward: Skew Backward
- hvr-wobble-horizontal: Wobble Horizontal
- hvr-wobble-vertical: Wobble Vertical
- hvr-wobble-to-bottom-right: Wobble To Bottom Right
- hvr-wobble-to-top-right: Wobble To Top Right
- hvr-wobble-top: Wobble Top
- hvr-wobble-bottom: Wobble Bottom
- hvr-wobble-skew: Wobble Skew
- hvr-buzz: Buzz
- hvr-buzz-out: Buzz Out
- hvr-forward: Forward
- hvr-backward: Backward
- hvr-fade: Fade
- hvr-back-pulse: Back Pulse
- hvr-sweep-to-right: Sweep To Right
- hvr-sweep-to-left: Sweep To Left
- hvr-sweep-to-bottom: Sweep To Bottom
- hvr-sweep-to-top: Sweep To Top
- hvr-bounce-to-right: Bounce To Right
- hvr-bounce-to-left: Bounce To Left
- hvr-bounce-to-bottom: Bounce To Bottom
- hvr-bounce-to-top: Bounce To Top
- hvr-radial-out: Radial Out
- hvr-radial-in: Radial In
- hvr-rectangle-in: Rectangle In
- hvr-rectangle-out: Rectangle Out
- hvr-shutter-in-horizontal: Shutter In Horizontal
- hvr-shutter-out-horizontal: Shutter Out Horizontal
- hvr-shutter-in-vertical: Shutter In Vertical
- hvr-shutter-out-vertical: Shutter Out Vertical
- hvr-border-fade: Border Fade
- hvr-hollow: Hollow
- hvr-trim: Trim
- hvr-ripple-out: Ripple Out
- hvr-ripple-in: Ripple In
- hvr-outline-out: Outline Out
- hvr-outline-in: Outline In
- hvr-round-corners: Round Corners
- hvr-underline-from-left: Underline From Left
- hvr-underline-from-center: Underline From Center
- hvr-underline-from-right: Underline From Right
- hvr-reveal: Reveal
- hvr-underline-reveal: Underline Reveal
- hvr-overline-reveal: Overline Reveal
- hvr-overline-from-left: Overline From Left
- hvr-overline-from-center: Overline From Center
- hvr-overline-from-right: Overline From Right
- hvr-shadow: Shadow
- hvr-grow-shadow: Grow Shadow
- hvr-float-shadow: Float Shadow
- hvr-glow: Glow
- hvr-shadow-radial: Shadow Radial
- hvr-box-shadow-outset: Box Shadow Outset
- hvr-box-shadow-inset: Box Shadow Inset
- hvr-bubble-top: Bubble Top
- hvr-bubble-right: Bubble Right
- hvr-bubble-bottom: Bubble Bottom
- hvr-bubble-left: Bubble Left
- hvr-bubble-float-top: Bubble Float Top
- hvr-bubble-float-right: Bubble Float Right
- hvr-bubble-float-bottom: Bubble Float Bottom
- hvr-bubble-float-left: Bubble Float Left
- hvr-curl-top-left: Curl Top Left
- hvr-curl-top-right: Curl Top Right
- hvr-curl-bottom-right: Curl Bottom Right
- hvr-curl-bottom-left: Curl Bottom Left
<a rel="grow" class="button hvr-grow">Grow</a>
Changelog:
06/11/2018
- v2.3.2