Parent layer's position across composition
- Admin
- Jul 5, 2022
- 1 min read
Simple expression to parent to layer's position that is inside other comp. it uses absilute positions of layer with help of .toWorld expression:
parrent layer=comp("MainComp").layer("layer");//parent layer that would drive out child layer
parrent layer.toWorld(parrent layer.transform.anchorPoint)*(-1)+value;
Comentarios