Comma Number Counter

Animates numbers with proper thousands separators.

Code

var start = 0;
var end = 10000;
var val = Math.floor(linear(time, inPoint, outPoint, start, end));
val.toLocaleString();
countertextnumber

How to Use

Apply to Source Text. Extend the layer to control speed, adjust end value.