-
counting up number with this expression but using COMMAS
is there anymay to get the commas to show up when using this expression on a text layer to count up?
startCount = 0;
endCount = 500000;
countDur = 200;
Math.round(linear(time,0,countDur,startCount,endCount))