Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dynamicdriverepo/cssbuttonhovereffects

Eye Catching CSS button hover effects using pseudo elements
https://github.com/dynamicdriverepo/cssbuttonhovereffects

css css-framework css3 css3-animations cssbuttons hover-effects submit-button

Last synced: 3 months ago
JSON representation

Eye Catching CSS button hover effects using pseudo elements

Awesome Lists containing this project

README

        

# Easy CSS Button Hover Effects
Eye Catching [CSS button hover effects](http://blog.dynamicdrive.com/popular-css-button-hover-effects-explained/) using pseudo elements. Can be used on submit buttons (using `BUTTON type="submit"`) or any container elements.

![Simple CSS Button Hover Effects](css-submit-button-hover-effects.jpg?raw=true "Simple CSS Button Hover Effects")

## Usage ##

Include the .css file in the `HEAD` of your page. Then, create a button or link, and add the class `buttonfx` to create a basic "Slide Down" effect:

Slide Down

Add one of the following classes in addition to create compounding or totally different effects:

+ `slideleft`
+ `slidebottomleft`
+ `angleinleft`
+ `curtaindown`
+ `curtainup`
+ `angleindouble`
+ `doubletake`

For example:

Slide Corner

### Adding a Bounce Effect ###

To add a bounce effect to any of the above effects, add a `bouncein` class:

Bounce Corner

And that's it!