-
Expression ease(time, inPoint …) With position.
Hi, first of all I thank you for your help.
I have the following question: I want to create a movie credit where the text is always centered, but after it has been centralized, make a position animation on the y axis based on its own position.
I tried the expression:ease (time, inPoint + 1, inPoint + 3, [sourceRectAtTime (). bottom], [sourceRectAtTime (). top]);
Did not work.
As I said beyond the movement I want the text to be centered but I could not integrate two expressions to stop this from working, to center I am using the expression:
var w = thisComp.width;
var h = thisComp.height;
var w2 = w / 2;
var h2 = h / 2 +50;
[w2, h2]I am still new to After Effects expressions and again thanks for the help.
//for animation in position on axis y
ease (time, inPoint + 1, inPoint + 3, [sourceRectAtTime (). bottom], [sourceRectAtTime (). top]);//to centralize
var w = thisComp.width;
var h = thisComp.height;
var w2 = w / 2;
var h2 = h / 2 +50;
[w2, h2]
Sorry, there were no replies found.