simple example

<count-up :startVal='{{startVal1}}' :endVal='{{endVal1}}' :duration="4"></count-up>
restart
change start-val
change end-val
incremental update

count down example

<count-up :startVal='2022' :endVal='0' :duration="4"></count-up>
restart

custom example


start
pause/resume
reset
<count-up :start-val='{{start_val}}' :end-val='{{end_val}}' :duration='{{duration}}' :autoplay=“false”></count-up>
countup.js options see more
{{ options }}