-
slider control for a lot of layers
I hope I am not exaggerating… Attached is a project (Aep cs5.5), with an example for what i needed for this project.
I am curious what was the best way to approach to this kind of project:
what i needed is to scale up, and locate each layer (where the grid is), every 3 or 4 seconds’ one after another.
what is the best way to control all of the layers and their properties?
attached is the expression that i wrote for the scale property,I am sure this is not the best way(:
i tries to use slider control and tried to make each layer to start animation when the previous layer has reached her last kay frame.
this is not an “emergency” since this project is in the past now….
I am just curious…..
Thank you soooooooo much in advanced!d = 4;
ind = (index-63)*d;
thisComp.layer("Pic 2").transform.scale.valueAtTime(time - ind);