Forum Replies Created

  • Florian Mondl

    January 27, 2025 at 2:18 pm in reply to: Mask path and linear expression

    Path interpolations can not be done like this. You need to place your keyframes at a fixed time interval (for example one second) and then apply the linear function to the mask path like this:

     

    var A = thisComp.layer(“layer”).transform.position[0];
    t = linear(A, 0, 100, 0, 1); valueAtTime(t+thisLayer.inPoint);

    
    
    		

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