-
Use inPoint / outPoint to drive Opacity
Hey there,
I have 2 layers. I am trying to use the inPoint / outPoint of Layer 1 to drive the Opacity of Layer 2. No fades, just switching between 100 and 0.
When layer 1 starts, Layer 2 opacity = 100.
When layer 1 ends, Layer 2 opacity = 0.
I’m not entirely sure how to write this – I’ve been messing with valueAtTime but it’s not giving me the control I need. I think it might be an if/else statement but not sure.
Thanks in advance for any help!