Open asif2369 opened 3 years ago
Initially (before starting the animation), I can see the destination (final) number, then it starts from 0 and then goes to the final number. Is there any way we can see 0 at first, then it goes up?
One way to do it is to hide your elements visually via inline CSS, then after you trigger it to count up, make the element visible.
Initially (before starting the animation), I can see the destination (final) number, then it starts from 0 and then goes to the final number. Is there any way we can see 0 at first, then it goes up?