I have a number which I want to animate on viewport enter, going from 0 to 300 in about 2 seconds. I used this code https://stackoverflow.com/questions/16994662/count-animation-from-number-a-to-b .
It works but if I scroll while it’s on screen, the scrolling and the animation both stutter very obviously. Wondering if this is because of the WiX framework acting as a middle man.