1.0.5 • Published 2 years ago

vuenumberanimation-xxr v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

for Vue2 number animation component

Usege

npm i vuenumberanimation-xxr

import NumberAnimation from 'vuenumberanimation-xxr'

image image image

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 '/'
    }
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago