Earlier quoted context omitted.
Why wouldn't you? It looks like a slider toggle, not a checkbox.
what is a "slider toggle"? sliders should be used for ranges of values. checkbox for toggling values. we could argue it's unfortunate that iOS(?) decided to start making their "checkboxes" look a little like sliders, but they still only toggle values thus you don't slide them. in any case, i get where you're coming from. using mousedown instead of click or up maybe kind of solves both use cases?
Show HN: An HTML/CSS/JS toggle switch with happy and sad emojis
31–40 of 80 posts
Re: Show HN: An HTML/CSS/JS toggle switch with happy and sad emojis
#32Earlier quoted context omitted.
Why wouldn't you? It looks like a slider toggle, not a checkbox.
what is a "slider toggle"? sliders should be used for ranges of values. checkbox for toggling values. we could argue it's unfortunate that iOS(?) decided to start making their "checkboxes" look a little like sliders, but they still only toggle values thus you don't slide them. in any case, i get where you're coming from. using mousedown instead of click or up maybe kind of solves both use cases?
Re: Show HN: An HTML/CSS/JS toggle switch with happy and sad emojis
#33Click 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.
Seriously? 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.
You did the same thing.
Nothing wrong with being objective.
Re: Show HN: An HTML/CSS/JS toggle switch with happy and sad emojis
#34Earlier quoted context omitted.
I already see it happening. In 5 years emotional-manipulation-driven design is going to be the next hot thing.
When you buy a recording of one of Louis C.K.'s shows from his website, you are given the choice (*) Yes, I'd like to receive further emails about louis C. K. things. ( ) No, leave me alone forever you fat bastard.
[1] https://www.youtube.com/watch?v=V3LJ9n43M-4 [2] http://www.mobygames.com/images/shots/l/112433-chuzzle-delux...
Re: Show HN: An HTML/CSS/JS toggle switch with happy and sad emojis
#35Re: Show HN: An HTML/CSS/JS toggle switch with happy and sad emojis
#36Earlier quoted context omitted.
Why wouldn't you? It looks like a slider toggle, not a checkbox.
what is a "slider toggle"? sliders should be used for ranges of values. checkbox for toggling values. we could argue it's unfortunate that iOS(?) decided to start making their "checkboxes" look a little like sliders, but they still only toggle values thus you don't slide them. in any case, i get where you're coming from. using mousedown instead of click or up maybe kind of solves both use cases?
mousedown++ but also touch events
Re: Show HN: An HTML/CSS/JS toggle switch with happy and sad emojis
#37Re: Show HN: An HTML/CSS/JS toggle switch with happy and sad emojis
#38Nice. Trying to drag the button doesn't work though; I would add that.
Why would you try drag it? Maybe I'm used to iOS I don't swipe those things I just touch them...
Re: Show HN: An HTML/CSS/JS toggle switch with happy and sad emojis
#39Click 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.
Re: Show HN: An HTML/CSS/JS toggle switch with happy and sad emojis
#40Click 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.