Skip to main content
martinzmarsu
Participant
May 28, 2023
Answered

Morgt preset keyframing in Premiere Pro?

  • May 28, 2023
  • 1 reply
  • 267 views

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?

This topic has been closed for replies.
Correct answer martinzmarsu

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"));

1 reply

martinzmarsu
martinzmarsuAuthorCorrect answer
Participant
May 28, 2023

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"));