1.0.5 • Published 3 years ago

vuenumberanimation-xxr v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
3 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

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago