-
Scripted animation triggered by the comp marker
Hello guys,
I’m new into expressions, and I would like to write an expression that combines two expression into one.
I’m using this expression to animate the position easeOut(t, 0, 1, [x,y], [x1,y1]), but I want to trigger this animation to start by passing by comp marker with a comment Start and then invert my animation by a comp marker comment end.
Why I’m using this expression easeOut(t, 0, 1, [x,y], [x1,y1]) because I need to link the [x,y] to a null position so I will be able to control my starting position manually.
Thank you for your help
Chadi