vuenumberanimation-xxr
v1.0.5
Published
a vue number animation component
Downloads
15
Readme
for Vue2 number animation component
Usege
npm i vuenumberanimation-xxr
import NumberAnimation from 'vuenumberanimation-xxr'
configuration
<NumberAnimation :config="config" is-anima>
NumberAnimation
</NumberAnimation>
config
this.config = {
num: 732, // main number you show
total: 876, // the total number if you need
isAnima: true, // animation default true
splitFormat: ' to ' // the seperation default '/'
}