Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions easeOut on Comp markers?

  • easeOut on Comp markers?

    Posted by Igor Stikic on March 17, 2015 at 11:02 am

    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

    Igor Stikic replied 11 years, 5 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy