Copy link to clipboard
Copied
Hi everybody!
I'm looking for using an expression to change the style of my font but gradually like how we can do with position, opacity etc... on the text animations provides by After Effects.
I'd like to have different font styles for a sentence. And use a Slider to change the style of the characters of this sentence gradually.
I created a text layer with multiple letters. Each letter got its own style.
Then, I create another text layer with my sentence. I created a slider effect on this text layer and put this expression in the source text panel:
thisComp.layer("TextStyle").text.sourceText.getStyleAt(effect("Typo")("Slider"));
When I move my slider, all the sentence change its style! Perfect. But now, I'd like to have this change gradually, maybe on 2-3 letters to have something smoother etc... But what I have to add to this expression to manage it correctly???
Thank You in advance for your science!!!
PS: Im' french 😉
Copy link to clipboard
Copied
It's not possible. Your only option is to create individual layers and animate each letter separately.
Mylenium
Copy link to clipboard
Copied
Oh? Not possible? Thank you for your answer even if I'm a bit disappointed! lol'