-
Link key to keymarker on mask Shape
Hi
I want “link” key to a keymarker. I have the next expression:L=comp(“layer”).layer(“layer_with_keymarker”);
t1=(L.marker.key(“video_end”).time)-0.7;
t2=(L.marker.key(“video_end”).time);
v1=valueAtTime(key(3).time);
v2=valueAtTime(key(4).time);
linear(time,t1,t2,v1,v2);This work well for all layers… but i have a mask with his mask shape animated and i cannot control his layer with this method because i cant add expression there.
How i can link these keys with the keymarker??
Sorry, there were no replies found.