Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Rotate text at each marker without manually adding keyframes

  • Dan Ebberts

    February 2, 2023 at 4:42 pm

    Probably something similar to this:

    m = marker;
    n = m.nearestKey(time).index;
    if (time < m.key(n).time) n--;
    r = 0;
    if (n > 0){
    n = (n -1)%4;
    if (n == 1)
    r = -5
    else if (n == 3)
    r = 5;
    }
    r

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