Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Change the Y position of a layer on hitting markers

  • Dan Ebberts

    December 30, 2016 at 11:57 pm

    This should work:


    n = 0;
    if (marker.numKeys > 0){
    n = marker.nearestKey(time).index;
    if (marker.key(n).time > time)n--;
    }

    value + [0, n*150]

    Dan

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