-
expression to double scale based on z position
I’m trying to write an expression for the scale property of several text layers based on there z position. I want each layer’s scale to be 100% when z is 0 or lower and go up to 200% when z is -100.
All of the text layers are parented to a null layer and spaced out on the z and y planes in a ferris wheel type fashion (they are 100 pixels from the null and the null’s z position is 0). When I animate the x rotation of the null, they spin around. The effect would look better if they would scale too.
Anyone know how to do this? Thanks in advance for any help.
–mat