Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codrops/DistortedButtonEffects

A set of inspirational, highly experimental distortion effects for buttons using SVG filters. By Adrien Denat.
https://github.com/codrops/DistortedButtonEffects

Last synced: about 2 months ago
JSON representation

A set of inspirational, highly experimental distortion effects for buttons using SVG filters. By Adrien Denat.

Awesome Lists containing this project

README

        

# Distorted Button Effects

A set of inspirational, highly experimental distortion effects for buttons using SVG filters. By Adrien Denat.

[Article on Codrops](http://tympanus.net/codrops/?p=26866)

[Demo](http://tympanus.net/Development/DistortedButtonEffects/)

## License

Integrate or build upon it for free in your personal or commercial projects. Don't republish, redistribute or sell "as-is".

Read more here: [License](http://tympanus.net/codrops/licensing/)

## Limitations
Each button needs its own filter element (changing filter properties will apply to every element affected by that respective filter). If you want to have multiple buttons with the same effect on your page, you can generate the `` element dynamically in JavaScript like explained in [Lucas Bebber's tutorial](http://tympanus.net/codrops/2015/04/08/motion-blur-effect-svg/).

Some buttons have specific limitations:

- #01: Needs to have a plain background (works with transparent but the effect may be different)
- #02: Needs to have a border/box-shadow of the same color as the background

## Browser Support
Effects have been tested on Chrome and Firefox only. Safari doesn't support CSS filters and a specific fallback has been applied.

## Credits

- [Bourbon](http://bourbon.io/)
- [TweenMax](http://greensock.com) by Jack Doyle.
- [Chris Biron](https://dribbble.com/shots/2544738-Not-your-average-button) for button 01 design

## Misc

Follow Adrien: [Twitter](https://twitter.com/grsmto), [Cargo](http://cargocollective.com/grsmto/), [LinkedIn](http://fr.linkedin.com/in/adriendenat), [GitHub](https://github.com/grsmto)

Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/pages/Codrops/159107397912), [Google+](https://plus.google.com/101095823814290637419), [GitHub](https://github.com/codrops), [Pinterest](http://www.pinterest.com/codrops/)

[© Codrops 2016](http://www.codrops.com)