using values of an "expressioned" property as an input
i tried manipulate one layer's property by another layer that is being manipulated too and it didn't work.
I'll explain:
I had layerA that it's position value is being manipulated by an expression, and I wanted layerB opacity to turn 100% on if layerA position[0] is greater than 0. It didn't work. but when I turned off layerA expression and changed it's position manually, it did work.
I have the impression that layerB opacity expression is looking at the original value and not at the manipulated one.
Is it correct? is there any way making the expression look at the manipulated value?
