Expression for Count up to a certain number
Hello,
I'm trying to solve one task, but can't find a solution.
I have a counter, that counts to a specific number, and it works pretty well, as long as I use it in this way.
The issue is, that I have a fusion clip that's longer than I want the animation to run, and comp.RenderEnd plays the animation until the end of the fusion clip.
Found this post, but it does not work for me.
Expression for count up with a set stop number
I need to adjust the starting and ending-point/timeframe.
For example: Start at TF 102 from 0 and count to 22500 until TF 289 and stay there.
Thanks for your advice.
I'm trying to solve one task, but can't find a solution.
I have a counter, that counts to a specific number, and it works pretty well, as long as I use it in this way.
- Code: Select all
Text(floor(time^2*22500/comp.RenderEnd^2))
The issue is, that I have a fusion clip that's longer than I want the animation to run, and comp.RenderEnd plays the animation until the end of the fusion clip.
Found this post, but it does not work for me.
Expression for count up with a set stop number
I need to adjust the starting and ending-point/timeframe.
For example: Start at TF 102 from 0 and count to 22500 until TF 289 and stay there.
Thanks for your advice.