Hello Dan,thank you very much!
It did work perfectly and with that easily I can manage how manage digits after the comma
I noticed another thing going on on this project I’m working on.
When using different comps to manage the Text field, Comp1 with the Slider Control and Comp2 with the Text Field using the source text expression:
comp(“Comp2”).layer(“TextField”).effect(“Slider Control”)(“Slider”).value.toFixed(0)
Comp1 total time – 25″ seconds
Comp2 total time – 5:30 minutes
Comp1 is inside Comp2 on time position 2:00 minutes
Inside Comp1 – Slider Control setup:
key frame 1 – time 0″ > value: 0
key frame 2 – time 20″ > value: 1000
The problem I’m seeing it is that the Slider Control transition between 0 – 1000 happens on Comp2 only in the first 25″ seconds, so my question : Is there any way to make the slider control start the transition numbers wherever position Comp1 is placed on Comp2.
Thank you again
Cabecao