-
Overriding layer stacking order
Maybe there’s something wrong in my approach to this problem.
I have about 100 text layers all close to each other.
Every layer has a wiggle expression in its position.
I need to scale up each layer to emphasize the text (it’s a client request) but, obviously, when I scale up a layer, it is covered by the layer above…https://www.youtube.com/watch?v=0fmgfPNc-XI
So I made all layers 3D and I used the z-position to “scale-up” the layer. In that case I can ovverride the layer stacking order but the layer moves towards the z-axis that is not exaclty “in front of me” so it’s seems to move away rather than scaling.
https://www.youtube.com/watch?v=nwyaNCBgMQo
Is there a way to achieve this effect without having to duplicate each layer I need to scale? I will end up with hundreds layers and I think they will be out of my control if I need to modify some basic parameter…
Thanks