I would like to make an animation with numbers starting at 0 and then goes to let's say 3000 in a certain amount of time.
So you'll see all the number between 0 and 3000 until it reach 3000 in a given milliseconds time.
Any clue on that?
Edit
Ok maybe seeing all the numbers between is a pain if you have a ending number like 1 million. So maybe something that would reach the end number by skipping some numbers between to reach it faster. Could it be a solution ?