hey, first post here so be gentle. 🙂
I wan’t to get the same effect only i need my final number to have “.” between digits.
Specifically I need my count to start from €0 and get to €50.000.000
I have this expression (which I found here on another amazing thread):
beginTime = 0;
endTime = 5;
startVal = 100;
endVal = 1200000,00;
“€” + Math.round(linear(time,beginTime,endTime,startVal,endVal))
How can I get it to work with “.” in between ? Thank you so much in advance
beginTime = 0;
endTime = 5;
startVal = 100;
endVal = 1200000,00;
"â