How can I smooth text slider expression
Hey
I am new to after effects so if you can explain to me what to do. I need to smoother animation for this text expression.
How can I do it? This is a what I use:
var array=[ "ClashGroteskVariable-Extralight", "ClashGroteskVariable-Light", "ClashGroteskVariable-Regular", "ClashGroteskVariable-Medium", "ClashGroteskVariable-Semibold", "ClashGroteskVariable-Bold", ];
r = Math.round(thisComp.layer("Slider Control").effect("Font Weight")("Slider")); style.setFont(array[r]);
