"It's like a real-world, analog volume control dial, but with much finer UI control."
JQuery knobs
81–90 of 101 posts
Re: JQuery knobs
#82Cool coding though :)
Re: JQuery knobs
#83Am I the only one who thought this post was about people? Cool coding though :)
Re: JQuery knobs
#84Re: JQuery knobs
#85A library to easily parse custom CSS properties would be pretty cool. The "CSS" could be either in regular stylesheets (browsers ignore properties they don't understand), in a data-style attribute or maybe in a element with a custom type attribute value. Browsers ignore properties and selectors they don't understand anyway.
.knob::-jquery-knob { ... }
or
.knob { ... }
or Re: JQuery knobs
#86Beautiful, but, when is this ever the best UX for a control (outside of sound mixers and sequencers)? (I'm expecting/hoping to get schooled on this.)
It's not good UX for audio production software either. The good ones (in my opinion) work by clicking and dragging up and down (or left and right) and merely render the knob as if it's spinning.
Re: JQuery knobs
#87I'd really like to see some limits put in -- if you approach 100 from the 90s, have it stick at 100 instead of wrapping around immediately. Same if you try to go below 0. Right now it's really hard to get the know to fix at the limits of its range, something easy to do with traditional sliding controls.
Re: JQuery knobs
#88Re: JQuery knobs
#89Thanks!
Re: JQuery knobs
#90Earlier quoted context omitted.
I think it might be interesting to have a knob-like control that responds to the scrolling action of the mouse/touchpad. At least with that, you'd have (somewhat) clearly defined up and down actions. Touchscreens could support this with a two-finger-up/down gesture, and then we'd be very well on our way to Trek-like UIs ;-)
Some iOS apps already do (can't remember right now).