Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A set of inspirational, highly experimental distortion effects for buttons using SVG filters. By Adrien Denat.
- Host: GitHub
- URL: https://github.com/codrops/DistortedButtonEffects
- Owner: codrops
- Created: 2016-05-11T07:33:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T17:09:23.000Z (about 8 years ago)
- Last Synced: 2024-05-22T16:32:56.043Z (6 months ago)
- Language: CSS
- Homepage: http://tympanus.net/Development/DistortedButtonEffects/
- Size: 751 KB
- Stars: 1,119
- Watchers: 36
- Forks: 133
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)