Add a range selector to source text expressions
Hey,
I have the expression:
var FontArray=[
"Font1",
"Font2",]
v=Math.round(effect("Slider Control")("Slider"))
style.setFont(FontArray[v]);
In my source text to be able to switch fonts, though what I want to do is control like a text animtor. So basically being able to keyframe the offset in the range selector. At the moment I can animate the slider but this effects the whole word but I want to be able to animate it by character.
Any help would be much appreciated
