-
easeOut on Comp markers?
Hi
I search for solution but didn’t find for anything similar. My expressions skills are basic.
Please help with this one. In one comp I have 6 text call-outs. They show up one by one. In master comp I want to animate “roll” this comp with text so they go up message by message on comp marker but with easeOut option if it’s possible? I use 6 sliders to determine position in source comp, so they have reference to master comp. Now they just jump to position on every marker.
if (time < thisComp.marker.key("1").time) [0,effect("1")("Slider"),0];
else if (time < thisComp.marker.key("2").time) [0, effect("2")("Slider"),0];
else if (time < thisComp.marker.key("3").time) [0, effect("3")("Slider"),0];
else if (time < thisComp.marker.key("4").time) [0, effect("4")("Slider"),0];
else if (time < thisComp.marker.key("5").time) [0, effect("5")("Slider"),0];
else if (time < thisComp.marker.key("6").time) [0, effect("6")("Slider"),0];else [0, effect("6")("Slider"),0]
Igor Stikic
Sorry, there were no replies found.

