-
text expressions for character size and tracking
I’m a novice working with expressions, and trying to figure out a way to control text character size and tracking with a slider control.
I know in AE 2020 these text variables can be controlled with expressions with the drop down menu.
I can manually control with this:
newStyle = style.setTracking(30);
newStyle = style.setFontSize(10)
I just want to link those values to a slider.
Any help is greatly appreciated.
Thanks!