Forum Replies Created
-
-
Ok Let’s start over would you!
I joined a GIF of the animation that i want.(if it not working https://www.dropbox.com/s/vjuisd8vp1hh3v7/Texte_Alignement_DROITE.gif?dl=0)
My text should animate like that!
BUT…. there’s now that going to be more complex.
This projet is a TEMPLATE. So when the editor will write a TITLE and if it’s a long title, the text MUST go UP and not DOWN like it use to do. I don,t want to see the title ON the sub title. IT MUST TO GO UP. Also the editor have the choice to shut down the seconde title. So the title take HIS place. No big GAP between the TITLE and the SEASON.HOPE this is more easy to understand!
Thank you very much Adam!
-
Hi Trent!!
The expression that you gave me work totally fine….. but i think i don’t get the sourceRectAtTime thing completely….Now i want my text layer to play on the position on another text layer below….. and i just don’t know how to take the expression that you gave me and applied on this to work on the vertical position…… here a exemple of what i want to do….
Thank you for your help man!!!
-
Thank you very much!!!
-
Thank you very much, that’s Working!
What will be the wordl without a Dan Ebbert?? -
I Guys!
I Wrote This Expression like Dan Suggest:gap = 10;
L = thisComp.layer(“text”).text.sourceText;
rect = L.sourceRectAtTime(time,false);
x = L.toComp([rect.left,0])[0];
[x-gap-width/2,value[1]]
and the answer of After effect is L.sourceRectAtTime is not a function….
don’t know what to do….
I Using After Effect CC 2020 V.17.5.1Thank in Advance
-
thank you!!! work perfectly!!
-
What happen if i have multiple condition?
the expression was:
arrow = thisComp.layer(“arrow”);
p = arrow.transform.position;
if (p[0] > 100 && p[0] < 200)
[0,0,1,1]
else
valuebut if i have something between another color between 250 and 350 pixel on the x axis? ond still another color between 400 and 500
?
How should write with multiple condition??
Thank you!! -
How Come it becomes so simple when you explain this??
Thank you again Dan that work perfectly!
i knew about the four-element in the array, it was moe how to write this. when a tell it in my head it’s really simple, but it’s writting the langage who’s not simple!!Thank you and have a nice day!
-
That’s exactly what I meant!!
Thank Dan
once again you’ve got the answer!!!