Question
slider counting with different font size
I use the slider control to count the numbers, and I want the percentage symbol a bit smaller, how can I do this?
this is the script now:
s=effect("Slider Control")("Slider").value.toFixed(0)
prefix = "%";
s + prefix;
I want this:

Now it is like this:
