Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Link multiple keyframes to markers

  • Link multiple keyframes to markers

    Posted by Gonzalo Tórtola on December 14, 2016 at 9:39 pm

    Hey there! I was searching a lot how to solve my issue, this post (https://forums.creativecow.net/thread/227/29092) gave me the most approx. answer of what I was looking for. If someone could help me on writing the script would be great. Thanks!

    This is the script I was using:

    L = thisComp.layer("Title");
    if ((L.marker.numKeys > 1 ) && (numKeys > 3)){
    dIn = key(2).time - key(1).time;
    dOut = key(4).time - key(3).time;
    tIn = L.marker.key(1).time;
    tOut = L.marker.key(2).time;
    if (time < L.marker.key(2).time)
    linear(time,tIn-dIn,tIn,key(1).value,key(2).value)
    else
    linear(time,tOut,tOut+dOut,key(3).value,key(4).value);
    }else
    value

    Gonzalo Tórtola replied 9 years, 7 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