Animated number transition library for Vue.js
```
yarn add vue-animation-counter
// or
npm install vue-animation-counter
// or
cnpm i vue-animation-counter --save
`js
import { VNumber } from "@vue-animation-counter";
import { VNumfy } from "@vue-animation-counter";
`
And use:
`html`
You can set custom animation speed in ms:
`html`
js
import { VFlashNumber } from "@vue-animation-counter";
`$3
`js
import { VFNumber } from "@vue-animation-counter";
``vue
:start-val="0"
:end-val="900000000"
:decimals="10"
:decimal-show="3"
:duration="3000"
subfix="BTC"
/>``