I was looking for a way to display one word at a time in the same place and came across Walter’s expression – it worked great.
Now I am looking to adjust the duration / how long a word is displayed based on its length (number of letters in the word). I tried pre-composing and time-remapping but to no avail.
I know that I can get the number of letters of a word by using layer.text.sourceText.length. But how could I go about using that as a delay or factor to influence how long the word is displayed?