Copy link to clipboard
Copied
Hello.
I am in the middle of producing something like "The Millionare" tv series.
But, As i scripted my slider to affects the score animations, exported it, and imported .morgt file into premiere pro. I cant keyframe the score. For example i want the score go from 0 to 19(000) as keyframes.
I didnt find threath about it since 2018. I guess there might be some development.
Any ideas?
I came around it with two sliders Start value and End Value with stable animation time.
The expression I used:
linear(time,0,1,thisComp.layer("CTRL").effect("Start")("Slider"),thisComp.layer("CTRL").effect("EndAnimation")("Slider"));
Copy link to clipboard
Copied
I came around it with two sliders Start value and End Value with stable animation time.
The expression I used:
linear(time,0,1,thisComp.layer("CTRL").effect("Start")("Slider"),thisComp.layer("CTRL").effect("EndAnimation")("Slider"));