Skip to main content
Participating Frequently
March 18, 2024
Question

How to animate style text from start to end with expression?

  • March 18, 2024
  • 1 reply
  • 324 views

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 😉

This topic has been closed for replies.

1 reply

Mylenium
Legend
March 18, 2024

It's not possible. Your only option is to create individual layers and animate each letter separately.

 

Mylenium 

Participating Frequently
March 18, 2024

Oh?  Not possible? Thank you for your answer even if I'm a bit disappointed! lol'