Slider countdown expression but add "%"?
Hello AE Community!
Is there a way to add a character - specifically "%" - to the text in a countdown expression?
Right now I have the expression:
Math.round(thisComp.layer("Values").effect("Value_1")("Slider"))
and it is working just fine for displaying the number related to the slider. I would like to add a "%" on the end, so that when it changes from 100 to 99, and then from 10 to 9, the tracking stays consistent between the numbers, so I don't end up with "9 %"
I have thought of some work-arounds, but I was hoping there was some simple language to put into the expression to add the "%" mark.
Thanks!
