Taiwan reservoir storage capacity diagram
I use the expression in After effect. The script look like below :
beginCount = 100;
stopCount = 350;
beginTime = 0;
countDur = 2;
"" + Math.round(linear(time,beginTime,beginTime + countDur,beginCount,stopCount));
More by rice tseng View profile
Like