Question
Animated counter, how to edit!
Hi,
I have a text animated counter that I downloaded, which has an animated text counter, going from numbers 0-67, using Expression: Source Text
The code
thisComp.layer("CONTROL").effect("PERCENTAGE 1")(1).value.toFixed(0)+ "%";
How do I change this, so I can have an arbitrary end value such as 125 etc.?
Thanks.
