npm install vue-number-animation For Vue versions <=2.6 andvue-number-animation@2.x.x, ensure you also install@vue/composition-api. Usage: Register the Animated Number component in your Vue application as demonstrated in the code snippet below: ...
<Roller isNumberFormat="true"></Roller> 5. Specify the initial text to show before starting the animation. <Roller defaultChar="vue"></Roller> 6. Specify an array of characters used for the rolling animation. Default: [“0”, “1”, “2”, “3”, “4”, “5”, “6”, “7”,...