I have a fader whose color intensity follows the fader's value...
I have another fader who changes its color : green under 63, blue over 63...
I wanted to apply an equivalent behaviour to the second one : the more it goes to the left, the more bright is the green color. The more it goes to the right, the more bright is the blue...
fader_1.colorWidget #{} error at line 2: TypeError: Cannot read properties of undefined (reading 'VAR_997')
So... i tried many things, in a step by step process, not to get confused with the " " and the ' ' or some other things... I tried setting things in the CSS field, using {} or JS{}....But i still dont know how to do...
You can't put a #{} block inside another #{} block. You should be able to solve this using string concatenation as seen in another thread of yours if I remember correctly.
Ok... found something... i've trying to tweek the css field for two hours... with different things that i've learned those days... but i never found what you were talking about... (i'd love to ! i ever you remember which thread could lead me to what i want using string concatenation... i took a lot of notes of everything, wrote detailed processes... but hard to find the good direction)
Then i saw this little field named "gradient" and i put...
{
"0": "blue",
"127": "green"
}
And i had that :
Gosh... That easy... Absolutely nothing else to fill...
That's really nice...
BUUUUUUUUUUUUUT.... As crazy as i am, i want the same with... a knob... but a knob doesn't have a gradient field...