moving layer to another layer at intime
hi,
i don't know expression except wiggle , stuff need animation.
i have layer "a" handly animated , want others layer start position ( position can move them hand in spite of expression ) , @ inpoint of each, others layers started move , go layer "a" in time=x.
sorry if don't explain well, english poor
if have tips, nice of !
thank you
this should give layer a's motion, relative new layer's starting position , in point:
l = thiscomp.layer("a");
p = l.transform.position;
delta =p.valueattime(l.inpoint + time-inpoint) - p.valueattime(l.inpoint);
value + delta
dan
More discussions in After Effects Expressions
adobe
Comments
Post a Comment