Participating Frequently
February 20, 2024
Answered
Uppercase to Lowercase text animation using expressions
- February 20, 2024
- 2 replies
- 1833 views
I have some text in a comp that I would like to morph from uppercase to lowercase per character/word over time using a slider control. I have managed to achieve the result in part, however all of the words are changing together rather than per character/word and I was wondering if there's a way to do this. Attached is a screen recording of the project
I have added the following expressions to the layer Source Text:
txtCase = effect("FontCase")("Slider").value;
txtColour = effect("Colour")("Color").value;
text.sourceText.style .setAllCaps(txtCase)
.setFillColor(txtColour)
Thanks very much for any tips
Harvey


