6 ms·
Click delay is bad UI. When you click it, the face first blinks, then moves. So it appears to not be working. Would be better to move first, then blink upon com
by HalfwayToDice 10y ago
Click delay is bad UI. When you click it, the face first blinks, then moves. So it appears to not be working. Would be better to move first, then blink upon completion.
- clishem 10y agoA slider that doesn't slide when swiping on touch devices also is.
- jessriedel 10y agoYep, I tried sliding this slider 3 times and gave up. Had to come to the comments to figure out how to work it.
- Already__Taken 10y agoIt handles a double-click nicely though so credit for that.
- cpfohl 10y agoSeriously? I agree it needs to respond faster, but this is impressive and cool. Start with a compliment, you'll go a lot further in life.
- oneZergArmy 10y agoI see nothing wrong with constructive criticism.
- ominous 10y ago> I agree it needs to respond faster, but this is impressive and cool. You did the same thing. Nothing wrong with being objective.
- kolme 10y agoNow that we're at it: clickable things have the "hand" cursor. All of the widget is actionable yet the cursor is not always pointy. It's one of my pet peeves. That being said, the animation is beautifully done and the widget very cute. This is just eye-candy.
- nsgi 10y agoWould you use a hand cursor for a button?
- splitbrain 10y agoYes, I would.
- kolme 9y agoSuper late answer but I hope you get it: yes, it is a good practice. In "native apps" on desktops, all buttons look the same, so users know they're clickable because they've already learned it. On the web however, every page looks different, so it is helpful to show the users you can click things by using the "hand" cursor.
- redshark1802 10y agofixed it for you: http://codepen.io/anon/pen/PpJwKL http://codepen.io/anon/pen/PpJwKL
- neogodless 10y agoI think the blinking is actually much more effective this way, too!
- chasingtheflow 10y agoNice! Though it looks like in your version the blink is happening from top-to-bottom as opposed to collapsing in the middle. I like the blink after the toggle, but the actual blink animation in the original in preferable imo.
- tbirrell 10y agoIf you slow down the original, it does the same thing. Optical illusion I think. Edit: only the second blink is funky. The first is how you recall.
- chrisgannon 10y agoThe first (happy) blink is fractionally slower than the sad blink on purpose. I'm obsessive about details.
- chrisgannon 10y agoYes you messed up the transform origin.
- yev 10y agoYou are free to improve it, if you "know" how is "better".