Adapting this Cursor Expression
calling help!!
i have great cursor expression simulates type on effect blinking cursor:
l = text.sourcetext.length;
= time - thislayer.inpoint;
t = it*effect("speed")("slider") - effect("start after")("slider")*effect("speed")("slider");
f = math.round( % 1 );
if(f==1 | (t<l & t>0) ){fl="|";}else{fl="";}
substr(0,t) + fl
however, need cursor colour not grey text colour value #2196f3, , made bolder if possible. able me adjust code make happen?
many thanks!
mike brookes
mikebrookes.tv
nothing expression. expressions cannot modify text formatting. need work duplicate layer , apply text animators if want different colors.
mylenium
More discussions in After Effects Expressions
adobe
Comments
Post a Comment