-
Opacity of Layer 1 driven by Position of Layer 2
THis might be a no brainer, but I can’t seem to find a solution of my own.
Okay, I have a column of ‘buttons’ that I have pushing forward in z-space. Their forward movement is being driven by an expression that affects tthe each button layer based on the proximity of a null.
I also have a text layer for every button. each text layer is parented to the position value of it’s respective button layer.
What i want is acheive is a set up so the text’s opacity shifts from 0 to 100 as it’s parent button layer is offset in z space, then back down to 0 as the button returns to it’s original position.
Put another way: when button’s Z value is 0, then text’s opacity is 0,
but when button’s value is 30 (or possibly 60), then text’s opacity is 100.I hope this makes sense. Any help or ideas would be awesome. Thanks!