-
parent one parameter only
I had to make a map which scales down with a point (shape layer) and a text (text layer, place name).
So I made a null object and parented the others.
But I didn’t want the point and the text to scale down,
so I added a simple expression to their scale property.
[100, 100]
But they still scaled down.
I tried googling how to convert a layer’s position to a shape layer’s position and whatnot,
but I had no luck. (I have only basic knowledge of expressions.)
So I manually scaled them up with keyframes as the null and the map did the opposite.
But it looked a bit awkward so I edited the graph.
It looked better but still not perfect and I was not completely happy.I believe there’s a solution for this problem (either using expression or not)
Does anyone know how to get around this?Thanks in advance.