Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Expression to link a keyframe of alayer to out poin of other layers

  • Andrei Popa

    January 14, 2022 at 1:29 pm

    I think the closest you can get with this is put an opacity expression to the layer that you want to make invisible. Something close to this. Here we take key 1 of property Scale of layer Reference layer

    var keyframeProp = thisComp.layer("Reference layer").property("Scale");
    var t = keyframeProp.key(1).time;
    time < t ? value : 0;

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