-
Change Value (Opacity or scale) based on position FROM control layer?
So I was watching this tutorial on how to delay an animation off a base layer and any layer above it will be delayed. Make sense?
x=thisComp.layer(“star 1”).effect(“Delay”)(“Slider”);
thisComp.layer(index+1).transform.position.valueAtTime(time-x)and here’s the tutorial: https://vimeo.com/19668371
My question is how could you make the duplicates change their scale when they got closer or even change their opacity via expressions? Is that possible?