Question
Expression controlling a keyframe
I have a graphic that i want to have an adaptive keyframe value depending on the amount of words in the textr field. i have been able to get the number of words and fix it to a variable but i am struggling to get it to link to a specific key frame.
Here is my current expression;
text.animator("Animator 1").selector("Range Selector 1").offset
wordsCount = thisComp.layer("Rolling Text").text.sourceText.split(/ ,| | \./).length;
key(2).value[1] = wordsCount;