-
Showdown counter with expression
<pre data-placeholder=”Tradução”>Good afternoon guys<pre data-placeholder=”Tradução”>I’m having trouble trying to slow down this counter. As I have very large numbers in a few seconds the script goes from 0 to 1,000,000 very quickly. I wish I could have a better control on speed, they could help me, because I’m not getting it.
s = “” + Math.round(effect(“Point Control”)(“Point”)[0]);
s.replace(/\B(?=(\d{3})+(?!\d))/g, “.”);
Thanks