I’m having trouble following this.
I have my child layer’s x and z position locked by using this slider technique you’ve mentioned. now i want it to follow the parent with a time offset.
i’m using this code on the child
thisComp.layer(“parent”).transform.position.valueAtTime(time-.5);
it works well on its own ( for x y and z only ) , but when i add your slider and slider code i get sytax errors and i can’t get them to work together. any ideas on how to make this code speak to my Y slider?
any help would be much appreciated.