-
Smooth roll with ease at the end
Sorry, another time-related question from me… I can’t seem to understand how to trigger events at a certain time with expressions.
Trying to create a perfectly smooth roll mogrt (fixed number of px per second) that slows down maybe half a second before it stops. The expression below makes it roll in from the bottom, but of course it just continues to roll.
Ideally, I’d like it to both start and stop at a slider controlled vertical positions, so the user can decide these.
Hmmm…
t = time;
fr = t/thisComp.frameDuration;
x = value [0];
s = -1 * Math.round(thisComp.layer("Controls").effect("Speed")("Slider"));
y = Math.round((fr*s)+(thisComp.height/2));
[x,y]
Jarle Leirpoll
PremierePro.net