Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expression control cuestion?

  • Mylenium

    January 1, 2006 at 7:39 pm

    Split the layer at the point where it needs to stop, remove the expression from the remaining part and set the opacity to the last value it has on the expression-driven clip.

    Mylenium

    [Pour Myl

  • Colin Braley

    January 1, 2006 at 8:01 pm

    While Mylenium’s way is the quickest and easiest way to do it, you can also do it via expressions with one layer. Something like this should do it:

    //Expression for opacity

    endTime = 5;//Time to stop repeating keyframes and use one value
    endVal = 100;//Opacity value to stop on

    //————————————

    if(time < endTime) { //Put whatever code you used to //cycle the keyframes //in here }else{ endVal } //--End expression for opacity ~Colin

  • Manuel F. rugeles

    January 1, 2006 at 11:40 pm

    All right, thanks for the help

    Felgue.
    Editing and Motion Graphics

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