Hi Dan
I pretty Newby on the expression script I have this line:
(thisComp.layer(“Slider”).effect(“Slider Control”)(“Slider”).value >= 50) ? 0 : 100;
That it work well but I would like to add “if is <=10 or =>50” then ? 0 : 100;
How Could I do that?
Thanks!
G