-
Center and Animate text position
Hello, first of all, I want to thank those who contribute in this forum where I already had a lot of doubts about expressions in After Effects.
I’ve tried a lot of how to make animation based on expression in both the forum and the internet and I did not find a solution.
My question is this:
I have to relate the following animation expression to the position of another layer?
ease (time, inPoint + 0, inPoint + 1.5, [x, y], [x, y];
I want to make the position of the text start and end based on the position of a solid. Please see the image link to understand a little better.
https://media.giphy.com/media/1Qco37oaSMmAnb8koe/giphy.gif
I am already the expression below to centralize the text:
var w = thisComp.width;
var h = thisComp.height;
var w2 = w / 2;
var h2 = h / 2 +50;
[w2, h2]When the expression of movement is working can you integrate the two?
Sorry for the poor translation.
Thanks for the help.ease (time, inPoint + 0, inPoint + 1.5, [x, y], [x, y];