I’m trying to make a count up animation in Javascript. That is to say, the animation would start at 0, then, given an animation duration, count up to a given number. Is this possible in Javascript?
Additionally, is it possible to have the animation play only once the user scrolls down to that point on the page?
I’m trying to make a count up animation in Javascript. That is to say,
Share
It counts, after all?