Can I animate / keyframe the text that becomes before and/or after a counting number expression?
I'm following this tutorial video to animate a counting number with a slider effect and some preceding and following text.
The expression I have currently:
"~"+effect("Slider Control")("Slider").value.toFixed(0)+" million"
The "~" before and the " million" I also need to be able to keyframe and change the text, how can I do this?
I've tried using dummy text layers and tried to pickwhip their source text but that didn't work.
