https://github.com/nobilelucifero/UI-Feedbacks
A bunch of feedback ideas for your buttons
https://github.com/nobilelucifero/UI-Feedbacks
Last synced: over 1 year ago
JSON representation
A bunch of feedback ideas for your buttons
- Host: GitHub
- URL: https://github.com/nobilelucifero/UI-Feedbacks
- Owner: nobilelucifero
- Created: 2014-03-01T16:58:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T23:31:49.000Z (almost 11 years ago)
- Last Synced: 2024-07-31T18:21:22.637Z (almost 2 years ago)
- Language: HTML
- Homepage: http://creativespooks.com/ui-feedbacks
- Size: 7.28 MB
- Stars: 552
- Watchers: 28
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-projects - UI-Feedbacks - A bunch of feedback ideas for your buttons ⭐546 `HTML` (📦 Legacy & Inactive Projects)
README
# UI Feedbacks
A bunch of feedback ideas for your buttons. This demo does not rely on any particular coding technique, instead it just serves as an inspiration to give your interfaces some more dynamism. I hope you'll enjoy it!
---
**Demo at: [creativespooks.com/ui-feedbacks](http://creativespooks.com/ui-feedbacks)**
---
**Note:** more is coming. Suggestions are welcomed!
##Browser support
I still didn't have the chance to test it on IE* nor IE* Mobile or older versions of Safari. I tested Chrome for Android and Safari Mobile (on the iOS Simulator). Both seems to work fine.
| Chrome | Firefox | IE | Safari |
|:-------|:--------|:---------|:-------|
| 33 | 27 | 9-11 (?) | 7 |
## Known issues
* Safari 7 (at least on Desktop) has a **terrible** upscaling of SVGs. Not sure if I can do anything for this issue.
* Firefox seems to have some problems in transitioning paths inside inline SVGs. I'm playing around the code to make it work better. Plus, I get some artifacts in the rendering. I fear I won't be able to fix them.
* ~~`previousElementSibling` is not supported by Safari. That's why the last section doesn't work. More infos here: [ChildNode.previousElementSibling](https://developer.mozilla.org/en-US/docs/Web/API/Childnode.previousElementSibling). Going to fix it as soon as possible!~~ **Update**: this seems to be fixed now.
* ~~On touch devices (I could test just Chrome on Android), these feedbacks tend to remain in a "focused" state. I'm investigating on this, but shouldn't be a big problem.~~ **Update**: this should be fixed now.