Copy link to clipboard
Copied
Copy link to clipboard
Copied
It looks like the expression is tied directly to the slider control. If you want 100 to equal 500, you just have to multiply the result by five.
It was hard to read your expression exactly but something like this would work:
thisComp.layer("CONTROLS").effect("DeepGlow")("Slider) * 5.
Copy link to clipboard
Copied
thanks