-
Write-on Text from SourceText via Slider. Pos Y slide-up via Expression selector
Im currently using this expression with an effect slider to reveal one letter at a time via the Source Text paramter:
—–
s = effect(“Slider Control”)(“Slider”).value;
value.substring(0, s);—–
My question is: I would like to have each letter Position Y slide up with ease about 30 pixels as each letter is being revealed via the effect slider. I assume this needs to be done with a position text animator via the expression selector. But whar exactly should that be? I can seems to get a proper working expression . Help. and thank you.