-
Stagger opacity
I’m new to expressions and playing with staggering the opacity from 0-100 on 80 layers, with keyframes on the 1st layer. Not working. Any suggestions?
m=thisComp.layer(1).marker.key(1)time - thisComp.layer(1), inPoint;
thisComp.layer(thisLayer,-1).transform.opacity.valueAtTime(time-M);Layer 1 has two keyframes, 0 opacity at frame 1 and 100 opacity at frame 30.