You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, padding/margin values may look like: 10px 20px, and a variable that controls that maybe be defined as so:
--gap:10px20px;
Currently Knobs' range slider cannot deal with a variable that may consists of more than one "value".
It is desired to have more control over such variables, if the situation demands, and the visual way to represent such a solution should be carefully considered, along with the appropriate Knobs (settings) data structure.
I prefer to avoid text inputs because they do not provide the desired experience of gradual change, as sliders do.
The text was updated successfully, but these errors were encountered:
For example,
padding
/margin
values may look like:10px 20px
, and a variable that controls that maybe be defined as so:Currently Knobs' range slider cannot deal with a variable that may consists of more than one "value".
It is desired to have more control over such variables, if the situation demands, and the visual way to represent such a solution should be carefully considered, along with the appropriate Knobs (settings) data structure.
I prefer to avoid
text
inputs because they do not provide the desired experience of gradual change, as sliders do.The text was updated successfully, but these errors were encountered: