Hello All.
I have 100+ layers that I would like to fade on in a delayed fashion following the manual opacity key frames set in a 'master' layer. Thus, each of the 100+ layers will incrementally fade on by half a second — after the 'master' layer has faded in.
My research has led me to this expression:
thisComp.layer("leader").transform.opacity.valueAtTime(time-thisComp.frameDuration)
however the above fades in all 100+ layers simultaneously. I'd like the layers to fade in one after the other.
Can anyone suggest the script to make this happen please?