-
Sliding stills
I’m trying to create an effect of a videoreel sliding by, to achieve this i want to use an imagesequence, import them as seperate stills and place them in the comp. Now i want to place all the images next to eachother, and then slide from left to right over a period of time. However i never used expressions before so i have no idea where to start. I was thinking of using the index to see where the still has to stand,
so the x position of the layer should be it’s index times the width of the still (640), so
position.y = thisLayer.index*640 or something like that would position the the images at start, and then over a period of for example 3 frames it should slide 640 pixels to the left. Also i was wondering if then i can past this expression in all layers at once (i’m testing this now with about 250 layers so would be quite some work to paste it in each frame manually). And this way would mean that after effects will have to calculate all the layers each frame, would this influence my render time or will after effects ignore the calculations of layers that aren’t shown at that moment?